Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
ci: fix setup go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitamet committed Jul 30, 2023
1 parent 24503c0 commit 9385353
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-push-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

- uses: dAppServer/wails-build-action@v2.2
with:
Expand Down

0 comments on commit 9385353

Please sign in to comment.