Skip to content

Commit

Permalink
update go v1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
xxf098 committed Feb 18, 2023
1 parent 71487fb commit c1cd8a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18 # The Go version to download (if necessary) and use.
go-version: 1.20 # The Go version to download (if necessary) and use.
cache: true

- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
cache: true
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.20
cache: true

- uses: actions/setup-node@v3
Expand Down

0 comments on commit c1cd8a7

Please sign in to comment.