Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
go version 1.19.x -> 1.20.x
  • Loading branch information
rmatsuoka authored Sep 22, 2023
1 parent 570307e commit c2b2e18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x

- uses: golangci/golangci-lint-action@v3
with:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Install debian packaging utils, binutils
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.20.x

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit c2b2e18

Please sign in to comment.