Bump actions/setup-go from 2 to 3 (#69)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gomod-
|
${{ runner.os }}-gomod-
|
||||||
|
|
||||||
- uses: "actions/setup-go@v2"
|
- uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
- run: "go build ./..."
|
- run: "go build ./..."
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-gomod-
|
${{ runner.os }}-gomod-
|
||||||
|
|
||||||
- uses: "actions/setup-go@v2"
|
- uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
- run: "go install golang.org/x/tools/cmd/stringer"
|
- run: "go install golang.org/x/tools/cmd/stringer"
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"
|
key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"
|
||||||
|
|
||||||
- uses: "actions/setup-go@v2"
|
- uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
- run: "go get ./..."
|
- run: "go get ./..."
|
||||||
@@ -72,7 +72,7 @@ jobs:
|
|||||||
path: "~/go/pkg/mod"
|
path: "~/go/pkg/mod"
|
||||||
key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"
|
key: "${{ runner.os }}-gomod-${{ hashFiles('**/go.sum') }}"
|
||||||
|
|
||||||
- uses: "actions/setup-go@v2"
|
- uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
- run: "go test ./..."
|
- run: "go test ./..."
|
||||||
|
|||||||
2
.github/workflows/generate.yaml
vendored
2
.github/workflows/generate.yaml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
fields:
|
fields:
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
steps:
|
steps:
|
||||||
- uses: "actions/setup-go@v2"
|
- uses: "actions/setup-go@v3"
|
||||||
with:
|
with:
|
||||||
go-version: "${{ env.GO_VERSION }}"
|
go-version: "${{ env.GO_VERSION }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user