Skip to content

Commit

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

Bump actions/setup-go from 3 to 4
  • Loading branch information
rmatsuoka authored Sep 22, 2023
2 parents 1472711 + d60f623 commit 7d9f11b
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@v3
uses: actions/setup-go@v4
with:
go-version: 1.19.x
- name: Check out code into the Go module directory
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3

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

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
steps:
# before-deploy
- name: Set up Go 1.x
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.19.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@v3
uses: actions/setup-go@v4
with:
go-version: 1.19.x

Expand Down

0 comments on commit 7d9f11b

Please sign in to comment.