Skip to content

Increased the GO version to 1.22 #85

Increased the GO version to 1.22

Increased the GO version to 1.22 #85

Workflow file for this run

name: tests
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.22'
- name: Test
run: go test -v ./...
- name: Vet
run: go vet ./...
- name: Staticcheck
uses: dominikh/[email protected]
with:
version: '2023.1.7'
install-go: false