-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/cd(deps): bump actions/setup-go from 5.0.0 to 5.0.2
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.0.0 to 5.0.2. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.0.0...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
1 parent
efe80d1
commit db46a74
Showing
3 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -43,7 +43,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version: 1.21.x | ||
cache-dependency-path: tools/go.sum | ||
|
@@ -82,7 +82,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: { go-version: '${{ matrix.go }}', check-latest: true } | ||
- name: Set up environment | ||
run: make env deps | ||
|
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 |
---|---|---|
|
@@ -39,7 +39,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version: 1.21.x | ||
cache-dependency-path: tools/go.sum | ||
|
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 |
---|---|---|
|
@@ -40,7 +40,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version: ${{ matrix.go }} | ||
check-latest: true | ||
|
@@ -57,7 +57,7 @@ jobs: | |
uses: actions/[email protected] | ||
with: { fetch-depth: 0 } | ||
- name: Set up Go environment | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
with: | ||
go-version: 1.21.x | ||
cache-dependency-path: tools/go.sum | ||
|