Skip to content

Commit f496aea

Browse files
authored
Go version: s/1.20.x/1.22.x (#74)
1 parent 492bda2 commit f496aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: 1.20.x
17+
go-version: 1.22.x
1818
- run: go mod download
1919
- run: go test -v ./...
2020
- run: go build -v .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-go@v3
1313
with:
14-
go-version: 1.20.x
14+
go-version: 1.22.x
1515
- run: go mod download
1616
- run: go test -v ./...
1717
- run: go build -v .

0 commit comments

Comments
 (0)