Skip to content

Commit

Permalink
Merge pull request #933 from mackerelio/rmatsuoka-patch-1
Browse files Browse the repository at this point in the history
update go version 1.19.x -> 1.20.x on GitHub Action
  • Loading branch information
rmatsuoka authored Sep 22, 2023
2 parents 3c929e6 + c2b2e18 commit fa471b6
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 fa471b6

Please sign in to comment.