Skip to content

Commit

Permalink
chore: upgrade go to 1.21.4 (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw committed Nov 12, 2023
1 parent 3ac5bc2 commit 036b9bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
go-version: '1.21.4'
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.1'
go-version: '1.21.4'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GOLANG_DOCKER_TAG=1.21.1-alpine3.18
ARG GOLANG_DOCKER_TAG=1.21.4-alpine3.18
ARG ALPINE_DOCKER_TAG=3.18

FROM golang:$GOLANG_DOCKER_TAG as builder
Expand Down

0 comments on commit 036b9bf

Please sign in to comment.