Skip to content

Commit 28f02fd

Browse files
authored
build: Bump Go to 1.20.4 (#824)
Signed-off-by: James Alseth <james@jalseth.me>
1 parent ec608b2 commit 28f02fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: setup go
3838
uses: actions/setup-go@v2
3939
with:
40-
go-version: "1.20.1"
40+
go-version: "1.20.4"
4141

4242
- name: golangci-lint
4343
uses: golangci/golangci-lint-action@v3

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: setup go
3636
uses: actions/setup-go@v2
3737
with:
38-
go-version: "1.20.1"
38+
go-version: "1.20.4"
3939

4040
- name: release
4141
uses: goreleaser/goreleaser-action@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.20.3-alpine as base
1+
FROM golang:1.20.4-alpine as base
22
ARG TARGETARCH
33
ARG VERSION
44
ARG COMMIT

0 commit comments

Comments
 (0)