Skip to content

Commit

Permalink
chore: bump minimum Go version to 1.22 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
carstendietrich authored Sep 5, 2024
1 parent 5912a72 commit e2b612a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: [ '1.21', '1.*' ]
go: [ '1.22', '1.*' ]
name: Tests
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ linters:
- bodyclose
- containedctx
- contextcheck
- copyloopvar
- cyclop
- durationcheck
- errcheck
- errname
- errorlint
- exhaustive
- exportloopref
- forbidigo
- forcetypeassert
- gocognit
Expand Down Expand Up @@ -77,7 +77,7 @@ issues:
- containedctx
- forcetypeassert
- goconst
- goerr113
- err113
- varnamelen
- wrapcheck

Expand Down
1 change: 0 additions & 1 deletion frontend_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ func TestFrontend_Get(t *testing.T) {
}

for _, test := range tests {
test := test
t.Run(test.name, func(t *testing.T) {
t.Parallel()

Expand Down

0 comments on commit e2b612a

Please sign in to comment.