Skip to content

Commit 735e220

Browse files
committed
.github: Update CI, use latest stable go version
1 parent c28723f commit 735e220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ jobs:
55
runs-on: macos-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- uses: actions/setup-go@v4
8+
- uses: actions/setup-go@v5
99
with:
10-
go-version: '^1.22.2'
10+
go-version: stable
1111
- run: |
1212
if [[ "$(go fmt)" ]]; then
1313
echo "Go files were not formatted properly"

0 commit comments

Comments
 (0)