Skip to content

Commit

Permalink
update: go version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
javiersuweijie committed Feb 16, 2024
1 parent 483faad commit 92d087c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.20.0
go-version: 1.21.0
- name: Checkout code
uses: actions/checkout@v3
- name: Test
Expand Down

0 comments on commit 92d087c

Please sign in to comment.