Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9187c3a

Browse files
authoredMay 6, 2024··
Update go.yml
1 parent 40cc0bf commit 9187c3a

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: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20'
22+
go-version: '1.21.5'
2323
- name: Install dependencies
2424
run: |
2525
go get .

0 commit comments

Comments
 (0)
Please sign in to comment.