Skip to content

Commit

Permalink
ci: change setup go version
Browse files Browse the repository at this point in the history
  • Loading branch information
ScmTble authored and ScmTble committed Mar 22, 2024
1 parent d92c009 commit 6da966f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: ">=1.20"
go-version: "1.20"
cache: true

- name: install mockery
Expand Down

0 comments on commit 6da966f

Please sign in to comment.