diff --git a/.circleci/config.yml b/.circleci/config.yml index 3004057..de6c11b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,7 +14,7 @@ jobs: type: boolean default: true machine: - image: ubuntu-2204:2024.05.1 + image: ubuntu-2204:current steps: - checkout - when: @@ -46,8 +46,8 @@ workflows: only: /.*/ - goreleaser/release: name: test-release - version: '2.3.2' - go-version: '1.23.2' + version: '2.4.7' + go-version: '1.23.3' dry-run: true requires: - build @@ -56,8 +56,8 @@ workflows: only: /.*/ - goreleaser/release: name: release - version: '2.3.2' - go-version: '1.23.2' + version: '2.4.7' + go-version: '1.23.3' requires: - build filters: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 3051469..e645ba3 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -36,4 +36,4 @@ jobs: uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1 with: args: --verbose - version: v1.61.0 + version: v1.62.0