Skip to content

Commit

Permalink
Merge pull request #43 from PiwikPRO/INT-0-bump-go-version
Browse files Browse the repository at this point in the history
HOTFIX-1 use 1.20.x. for go-version instead of 1.20
  • Loading branch information
pawelposkrobko authored May 26, 2023
2 parents 9beffd9 + 789d1dc commit 40312cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20.x"

- name: Update project version if cmd/version.go exists
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion go/setup/integration/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20.x"

- name: Install Python
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion go/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: "1.20.x"

- name: Configure private dependencies
uses: PiwikPRO/actions/go/goprivate@master
Expand Down

0 comments on commit 40312cb

Please sign in to comment.