-
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.0 to 5.0.1
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...v5.0.1) --- 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
1 parent
83761f5
commit df7a51d
Showing
6 changed files
with
11 additions
and
11 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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
with: | ||
token: ${{ steps.automation-token.outputs.token }} | ||
- name: Install Go | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
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].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
go-version-file: go.mod | ||
- name: Verify action checksums | ||
|