Skip to content

Commit

Permalink
chore(deps): update dependency golang to v1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and cetteup committed Apr 19, 2024
1 parent d25cf5b commit a945144
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: lint
strategy:
matrix:
go-version: [ 1.18.10, 1.19.5 ]
go-version: [ 1.19.5, 1.22.2 ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -30,7 +30,7 @@ jobs:
name: unit-test
strategy:
matrix:
go-version: [ 1.18.10, 1.19.5 ]
go-version: [ 1.19.5, 1.22.2 ]
os: [ windows-latest ]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
goversion: 1.19.5
goversion: 1.22.2
project_path: cmd/bf2-conman
binary_name: bf2-conman
pre_command: go install github.com/josephspurrier/goversioninfo/cmd/goversioninfo@v1.4.0 && pushd cmd/bf2-conman && go generate && popd
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
golang 1.19.5
golang 1.22.2
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/cetteup/conman

go 1.18
go 1.22

require (
github.com/cetteup/filerepo v0.0.5
Expand Down

0 comments on commit a945144

Please # to comment.