Skip to content

Commit

Permalink
Update Go version to 1.20.x in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Apr 6, 2024
1 parent d9188f5 commit d9a7002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v2
with:
xgo_version: latest
go_version: 1.20
go_version: 1.20.x
dest: dist
pkg: cmd/dashboard
prefix: dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-on-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v2
with:
xgo_version: latest
go_version: 1.20
go_version: 1.20.x
dest: dist
pkg: cmd/dashboard
prefix: dashboard
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: crazy-max/ghaction-xgo@v2
with:
xgo_version: latest
go_version: 1.20
go_version: 1.20.x
dest: dist
pkg: cmd/dashboard
prefix: dashboard
Expand Down

0 comments on commit d9a7002

Please sign in to comment.