Skip to content

Commit

Permalink
fix goreleaser workflow: use go => 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
psycofdj committed Apr 25, 2023
1 parent 61b7733 commit 4acd226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: ">=1.20"

- name: tests modules
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: "1.18"
go-version: ">=1.20"

- name: running unit-tests
run: |
Expand Down

0 comments on commit 4acd226

Please sign in to comment.