Skip to content

Commit

Permalink
Update to go 1.23.
Browse files Browse the repository at this point in the history
Since go 1.22 `exportloopref` isn't relevant anymore.

Signed-off-by: Ville Valkonen <weezel@users.noreply.github.com>
  • Loading branch information
weezel committed Aug 24, 2024
1 parent b1ac5b1 commit 3b2d61c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ linters:
- errname
- errorlint
- exhaustive
- exportloopref
- gochecknoinits
- goconst
- gocritic
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 weezel/example-gin

go 1.22
go 1.23

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit 3b2d61c

Please sign in to comment.