Skip to content

Commit

Permalink
chore: support go 1.22 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
nrwiersma authored Feb 12, 2024
1 parent 873658c commit af56088
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:

strategy:
matrix:
go-version: [ "1.20", "1.21" ]
go-version: [ "1.21", "1.22" ]
runs-on: ubuntu-latest
env:
GOLANGCI_LINT_VERSION: v1.54.2
GOLANGCI_LINT_VERSION: v1.56.1

steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hamba/testutils

go 1.20
go 1.21

require (
github.com/ryanuber/go-glob v1.0.0
Expand Down

0 comments on commit af56088

Please sign in to comment.