Skip to content

Commit b2e2145

Browse files
committed
build(workflows): update Go version
1 parent bf28b4d commit b2e2145

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: setup go
1111
uses: actions/setup-go@v4
1212
with:
13-
go-version: 1.20.7
13+
go-version: 1.22.4
1414
- name: run make
1515
run: make spirit

.github/workflows/format.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- name: setup go
1111
uses: actions/setup-go@v4
1212
with:
13-
go-version: 1.20.7
13+
go-version: 1.22.4
1414
- name: run make
1515
run: make format

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
- uses: actions/setup-go@v4
1313
with:
14-
go-version: 1.20.7
14+
go-version: 1.22.4
1515
- name: Run coverage
1616
run: go test ./... -race -coverprofile=coverage.out -covermode=atomic
1717
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)