Skip to content

Bump golang from 1.20 to 1.21 #255

Bump golang from 1.20 to 1.21

Bump golang from 1.20 to 1.21 #255

Workflow file for this run

name: Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: Test
run: go test -v ./...