We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c28723f commit 735e220Copy full SHA for 735e220
.github/workflows/ci.yml
@@ -5,9 +5,9 @@ jobs:
5
runs-on: macos-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
9
with:
10
- go-version: '^1.22.2'
+ go-version: stable
11
- run: |
12
if [[ "$(go fmt)" ]]; then
13
echo "Go files were not formatted properly"
0 commit comments