Skip to content

Commit

Permalink
fix: docker linter
Browse files Browse the repository at this point in the history
  • Loading branch information
notanatol committed Feb 23, 2024
1 parent 4173f67 commit 0a199ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ linters:
enable:
- asciicheck
- bidichk
# - depguard disable temporary until this issue is resolved: https://github.com/golangci/golangci-lint/issues/3906
- depguard
- dogsled
- durationcheck
- errcheck
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.21 AS build
FROM golang:1.22 AS build

WORKDIR /src
# enable modules caching in separate layer
Expand Down

0 comments on commit 0a199ea

Please sign in to comment.