Skip to content

Commit e2b6f28

Browse files
authored
Merge pull request #112 from NETWAYS/chore/ci-go-stable
Change Go Version to "stable" in GH Action
2 parents 37fd3df + 6195e21 commit e2b6f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
2121
with:
22-
go-version: 1.24
22+
go-version: stable
2323

2424
- name: Vet
2525
run: go vet ./...

0 commit comments

Comments
 (0)