Skip to content

Commit

Permalink
releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
paramah committed Jul 23, 2023
1 parent c73af1c commit 6e6e91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ workflows:
jobs:
release:
docker:
- image: cimg/go:1.17
- image: cimg/go:1.20.6
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before:
hooks:
- go mod tidy -compat 1.17
- go mod tidy
- go generate ./...
builds:
- env:
Expand Down

0 comments on commit 6e6e91b

Please sign in to comment.