Skip to content

Commit

Permalink
chore(test.yml): update Go version from 1.20 to 1.21.0 in GitHub Acti…
Browse files Browse the repository at this point in the history
…ons to ensure compatibility with the latest version
  • Loading branch information
bounoable committed Sep 15, 2023
1 parent a01688b commit 41472b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: 1.21.0

- name: Test
run: make github-test

0 comments on commit 41472b3

Please sign in to comment.