Skip to content

Commit 65bfb0b

Browse files
committed
test: bump CI test version of Go
1 parent d45a818 commit 65bfb0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: "1.20"
17+
go-version: "1.22"
1818

1919
- name: Test
2020
run: go test -coverprofile cover.out -v ./...
@@ -26,4 +26,4 @@ jobs:
2626
uses: actions/upload-artifact@v3
2727
with:
2828
name: "coverage-${{ github.sha }}.html"
29-
path: "coverage.html"
29+
path: "coverage.html"

0 commit comments

Comments
 (0)