-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/setup-go from 5.0.1 to 5.0.2 (#94)
* Bump actions/setup-go from 5.0.1 to 5.0.2 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]> * Update ghasum checksums --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
beddcdc
commit fe6a482
Showing
7 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
@@ -36,7 +36,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
@@ -61,7 +61,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
@@ -82,7 +82,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
@@ -103,7 +103,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
@@ -124,7 +124,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
version 1 | ||
|
||
actions/[email protected] ElHY2zwea4F7aiO5kTGiEJU1+/P21We7sgBd/ov69Dg= | ||
actions/[email protected].1 q8sUwsMBEiWR5uyTQTvyQtNFn3obLEbDMcbC4Qk1JiA= | ||
actions/[email protected].2 n9tqUfB4OKK5aiUOExrVooiAI2s7Wcih+7CYiJHr920= | ||
github/[email protected] FD26UGB5XxgnaAch3o2/0B6G1w+L9p0fpoVew1u+ekQ= | ||
ncipollo/[email protected] +JAIlT/RB99JgfxlDrAcAdBnaKX4y8hyFWnHc4j7tfM= | ||
stefanzweifel/[email protected] t2VeG9180CmZ5/cmxvkFkN6iWoWsOjlaJ2V8rp1HDqY= | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
with: | ||
token: ${{ steps.automation-token.outputs.token }} | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
# NOTE: skip "Verify action checksums" because they might not be up-to-date | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Checkout repository | ||
uses: actions/[email protected] | ||
- name: Install Go | ||
uses: actions/[email protected].1 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|