Skip to content

Commit 50728dc

Browse files
author
lc
committed
update workflow golang version
1 parent 8180e95 commit 50728dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0 # See: https://goreleaser.com/ci/actions/
1818

19-
- name: Set up Go 1.21.0
19+
- name: Set up Go 1.23.2
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.21.0
22+
go-version: 1.23.2
2323
id: go
2424

2525
- name: Import GPG key

0 commit comments

Comments
 (0)