Skip to content

Commit

Permalink
build: Bump Go to 1.20.4 (#824)
Browse files Browse the repository at this point in the history
Signed-off-by: James Alseth <james@jalseth.me>
  • Loading branch information
jalseth committed May 6, 2023
1 parent ec608b2 commit 28f02fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.20.1"
go-version: "1.20.4"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v2
with:
go-version: "1.20.1"
go-version: "1.20.4"

- name: release
uses: goreleaser/goreleaser-action@v2
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.3-alpine as base
FROM golang:1.20.4-alpine as base
ARG TARGETARCH
ARG VERSION
ARG COMMIT
Expand Down

0 comments on commit 28f02fd

Please sign in to comment.