Skip to content

Commit 83ce64e

Browse files
authored
Use go v1.23.x in go-build action (#118)
1 parent 63e5260 commit 83ce64e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v3
2121

22-
- name: Setup Go 1.22.x
22+
- name: Setup Go 1.23.x
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: '1.22.x'
25+
go-version: '1.23.x'
2626

2727
- name: Cross-compile Go programs
2828
run: |

0 commit comments

Comments
 (0)