Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.1 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.0.1...v5.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 11, 2024
1 parent fb341ff commit 9b2edaa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: '1.21'

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
if: steps.changed-go-files.outputs.any_changed == 'true'
with:
go-version: "1.21"
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
go.sum
- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: "1.21"
cache: false
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: "1.21"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: "1.21"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: "1.21"

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: sudo apt-get install jq

- name: Setup Go environment
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
go-version: "1.21"

Expand Down

0 comments on commit 9b2edaa

Please sign in to comment.