diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33ac32cf..858d8c9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: test: strategy: matrix: - go: [1.19] + go: ["1.20"] os: [ubuntu-latest, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: @@ -33,7 +33,7 @@ jobs: lint: strategy: matrix: - go: [1.19] + go: ["1.20"] os: [ubuntu-latest] name: lint runs-on: ${{ matrix.os }} @@ -47,7 +47,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.50.1 + version: v1.53 # Optional: working directory, useful for monorepos # working-directory: somedir diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cb9723b8..39236d51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: run: gem install package_cloud - uses: actions/setup-go@v3 with: - go-version: '>=1.19.3' + go-version: '>=1.20.5' cache: true # More assembly might be required: Docker logins, GPG, etc. It all depends # on your needs.