Skip to content

Commit

Permalink
chore: Update Go version to 1.23 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
nieomylnieja authored Dec 20, 2024
1 parent 75fcbfb commit 8314c71
Show file tree
Hide file tree
Showing 8 changed files with 109 additions and 114 deletions.
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ linters:
- bodyclose
- errcheck
- exhaustive
- exportloopref
- gocheckcompilerdirectives
- gochecknoinits
- gocritic
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine3.18 AS builder
FROM golang:1.23-alpine3.21 AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"gofumpt@latest",
"golangci-lint@latest",
"gosec@latest",
"go@1.22",
"go@1.23",
"gotools@latest"
],
"shell": {
Expand Down
Loading

0 comments on commit 8314c71

Please sign in to comment.