Skip to content

Commit 1c38f8c

Browse files
chore(deps): update dependency golang-version to v1.22.2 (#1071)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 885adc8 commit 1c38f8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
check:
2323
uses: int128/go-workflows/.github/workflows/[email protected]
2424
with:
25-
go-version: 1.22.1
25+
go-version: 1.22.2
2626
golangci-lint-version: v1.57.2
2727

2828
test:
@@ -32,5 +32,5 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: actions/setup-go@v5
3434
with:
35-
go-version: 1.22.1
35+
go-version: 1.22.2
3636
- run: go test -v -race ./...

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: actions/checkout@v4
5858
- uses: actions/setup-go@v5
5959
with:
60-
go-version: 1.22.1
60+
go-version: 1.22.2
6161
- run: go build -ldflags '-X main.version=${{ github.ref_name }}'
6262
- uses: int128/go-release-action@v2
6363
with:

.github/workflows/system-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: 1.22.1
28+
go-version: 1.22.2
2929

3030
# for certutil
3131
# https://packages.ubuntu.com/xenial/libnss3-tools

0 commit comments

Comments
 (0)