Skip to content

Commit

Permalink
Bump Go
Browse files Browse the repository at this point in the history
  • Loading branch information
tshak committed Oct 8, 2023
1 parent f594521 commit 3553de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.54.2
args: --timeout=1m -e SA5004

release:
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.20-alpine as builder
FROM golang:1.21-alpine as builder

WORKDIR /app
RUN apk add --update --no-cache ca-certificates git
Expand Down

0 comments on commit 3553de5

Please sign in to comment.