From a9451449922a0776733d05735f3ca36c6c14cc43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 20:09:18 +0000 Subject: [PATCH] chore(deps): update dependency golang to v1.22.2 --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- .tool-versions | 2 +- go.mod | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ba626b8..6f4f55c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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: @@ -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: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0c466b4..15b02b1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 diff --git a/.tool-versions b/.tool-versions index 58b4461..3960504 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.19.5 +golang 1.22.2 diff --git a/go.mod b/go.mod index 032b067..919a2f3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/cetteup/conman -go 1.18 +go 1.22 require ( github.com/cetteup/filerepo v0.0.5