Skip to content

Commit 045479e

Browse files
committed
ci: Switch to go 1.22.3 in workflows
1 parent f7f3283 commit 045479e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: lint
1313
strategy:
1414
matrix:
15-
go-version: [ 1.19.5, 1.22.2 ]
15+
go-version: [ 1.19.5, 1.22.3 ]
1616
os: [ windows-latest ]
1717
runs-on: ${{ matrix.os }}
1818
steps:
@@ -30,7 +30,7 @@ jobs:
3030
name: unit-test
3131
strategy:
3232
matrix:
33-
go-version: [ 1.19.5, 1.22.2 ]
33+
go-version: [ 1.19.5, 1.22.3 ]
3434
os: [ windows-latest ]
3535
runs-on: ${{ matrix.os }}
3636
steps:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
github_token: ${{ secrets.GITHUB_TOKEN }}
1919
goos: ${{ matrix.goos }}
2020
goarch: ${{ matrix.goarch }}
21-
goversion: 1.22.2
21+
goversion: 1.22.3
2222
project_path: cmd/bf2-conman
2323
binary_name: bf2-conman
2424
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/bf2-conman && go generate && popd

0 commit comments

Comments
 (0)