Skip to content

Commit

Permalink
chore: update go to 1.21.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hedhyw committed Sep 16, 2023
1 parent d37c9e5 commit 41ec35d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.20.4'
go-version: '1.21.1'
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.20.4'
go-version: '1.21.1'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG GOLANG_DOCKER_TAG=1.20.4-alpine3.17
ARG ALPINE_DOCKER_TAG=3.17
ARG GOLANG_DOCKER_TAG=1.21.1-alpine3.18
ARG ALPINE_DOCKER_TAG=3.18

FROM golang:$GOLANG_DOCKER_TAG as builder

Expand Down

0 comments on commit 41ec35d

Please sign in to comment.