Skip to content

Commit

Permalink
ci: build with the latest version of golang
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyXiang committed Dec 14, 2023
1 parent cc45725 commit 21a6b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.17
go-version: 1.21
-
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 @@
FROM golang:1.17 AS builder
FROM golang:1.21 AS builder

ARG VERSION

Expand Down

0 comments on commit 21a6b2f

Please sign in to comment.