Skip to content

Commit

Permalink
Change go version to be stable in test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Aug 14, 2023
1 parent fa0c718 commit 3622e6d
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 @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: 'stable'
- run: go version
- name: Run tidy
run: make tidy
Expand Down

0 comments on commit 3622e6d

Please sign in to comment.