Skip to content

Commit

Permalink
fix 1.20 [nt]
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Sep 21, 2023
1 parent 94efbca commit 7502900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
cache: true

- name: Run GoReleaser
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.20"
cache: true

- name: Login docker
Expand Down

0 comments on commit 7502900

Please sign in to comment.