Skip to content

Commit 4b03043

Browse files
committed
Upgrade Go in goreleaser
1 parent 74732c9 commit 4b03043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/goreleaser.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.19
23+
go-version: 1.23
2424
- name: Test
2525
run: go test ./...
2626
- name: Run GoReleaser

0 commit comments

Comments
 (0)