Skip to content

Commit

Permalink
chore(vu): bump go version in dockerfile (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlourenc authored Nov 6, 2023
1 parent 6689682 commit 04f2436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions vervet-underground/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ linters-settings:
misspell:
locale: US
nolintlint:
allow-leading-space: true
allow-unused: false
require-explanation: true
require-specific: true
Expand All @@ -57,10 +56,8 @@ linters-settings:
# ST1001: Dot imports that aren’t in external test packages are discouraged.
stylecheck:
checks: [ "all", "-ST1003" ]
go: "1.20"
staticcheck:
checks: ["all"]
go: "1.20"

linters:
enable:
Expand Down
2 changes: 1 addition & 1 deletion vervet-underground/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.20.4
ARG GO_VERSION=1.21.3

###############
# Build stage #
Expand Down

0 comments on commit 04f2436

Please sign in to comment.