Go version to 1.22

This commit is contained in:
Nicholas Thompson
2024-02-19 19:59:28 +02:00
parent 7bcdc3276f
commit a050189e12
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: "Setup"
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Lint
uses: golangci/golangci-lint-action@v3