Skip to content

Commit

Permalink
Update build
Browse files Browse the repository at this point in the history
* Update build/release versions.
* Update golangci-lint.

Signed-off-by: SuperQ <[email protected]>
  • Loading branch information
SuperQ committed Nov 22, 2024
1 parent 543f9b2 commit 490bcbb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
type: boolean
default: true
machine:
image: ubuntu-2204:2024.05.1
image: ubuntu-2204:current
steps:
- checkout
- when:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 490bcbb

Please sign in to comment.