Skip to content

Commit

Permalink
Merge pull request #954 from mackerelio/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-go-5

Bump actions/setup-go from 4 to 5
  • Loading branch information
yohfee authored Dec 22, 2023
2 parents 7fc8a29 + 98724b8 commit 1dc7718
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
# before-deploy
- name: Set up Go 1.x
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x
- name: Check out code into the Go module directory
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
install: mingw-w64-i686-gcc

- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 1.20.x

Expand Down

0 comments on commit 1dc7718

Please sign in to comment.