Skip to content

Commit 21a6b2f

Browse files
committed
ci: build with the latest version of golang
1 parent cc45725 commit 21a6b2f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.17
24+
go-version: 1.21
2525
-
2626
name: Run GoReleaser
2727
uses: goreleaser/goreleaser-action@v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17 AS builder
1+
FROM golang:1.21 AS builder
22

33
ARG VERSION
44

0 commit comments

Comments
 (0)