Skip to content

Commit ed501da

Browse files
committed
latest go
1 parent 8ccd7c4 commit ed501da

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/codetests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-go@v4
1515
with:
16-
go-version: stable
16+
go-version: latest
1717
- name: go-test
1818
run: go test ./pkg/...
1919

@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
- uses: actions/setup-go@v4
4040
with:
41-
go-version: stable
41+
go-version: latest
4242
- name: golangci-lint
4343
uses: golangci/golangci-lint-action@v3
4444
with:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Go
2424
uses: actions/setup-go@v4
2525
with:
26-
go-version: stable
26+
go-version: latest
2727
- name: setup node
2828
uses: actions/setup-node@v4
2929
with:

0 commit comments

Comments
 (0)