Skip to content

Commit e349d65

Browse files
committed
Update Go version in Actions
1 parent b590255 commit e349d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: ^1.17
22+
go-version: ^1.20
2323
- name: Build all
2424
run: |
2525
bash ./all.bash

0 commit comments

Comments
 (0)