Skip to content

Commit

Permalink
ci: update go to 1.20.11 and 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed Dec 3, 2023
1 parent 579278b commit 2f1b67e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04]
go: ["1.20.10", "1.21.3"]
go: ["1.20.11", "1.21.4"]
goos: [linux]
goarch: [amd64, arm64]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20.10"
go-version: "1.20.11"

- name: Build release binaries
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage 1 (Build)
FROM golang:1.20.10-alpine AS builder
FROM golang:1.20.11-alpine AS builder

ARG VERSION
RUN apk add --update --no-cache git make
Expand Down

0 comments on commit 2f1b67e

Please sign in to comment.