Skip to content

Commit

Permalink
Use stable Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
russss committed Mar 13, 2024
1 parent 60526f6 commit aaef93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: "^1.17.3"
go-version: stable
- name: Check Formatting
run: gofmt -d -e .
- name: Tests
Expand Down

0 comments on commit aaef93a

Please sign in to comment.