Skip to content

Bump golang from 1.21.10 to 1.21.11 #30

Bump golang from 1.21.10 to 1.21.11

Bump golang from 1.21.10 to 1.21.11 #30

Workflow file for this run

name: tests
on:
push:
branches: [ master ]
pull_request:
branches: [ '*' ]
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
id: go
- name: Test
run: make test