Skip to content

Commit

Permalink
Merge pull request #1526 from shipwright-io/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-5

Bump actions/setup-go from 3 to 5
  • Loading branch information
openshift-merge-bot[bot] authored Mar 4, 2024
2 parents 0dbf538 + 2410c92 commit 16cc1fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
- name: Check out code
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch all history, needed for release note generation.
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
path: go/src/github.com/shipwright-io/build
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: '1.21.x'
cache: true
Expand Down

0 comments on commit 16cc1fc

Please sign in to comment.