Skip to content

Commit

Permalink
use the latest Go
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeken committed May 3, 2023
1 parent abb3e5d commit 737b263
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.18.x
- name: Set up Go 1.20.x
uses: actions/setup-go@v3
with:
go-version: '1.18.x'
go-version: '1.20.x'
id: go

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.18.x
- name: Set up Go 1.20.x
uses: actions/setup-go@v3
with:
go-version: '1.18.x'
go-version: '1.20.x'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 737b263

Please sign in to comment.