Skip to content

Commit a33f722

Browse files
Bump actions/setup-go from 1 to 2.1.3 (#10)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 1 to 2.1.3. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v1...v2.1.3) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2721769 commit a33f722

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/konfig-cli.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v2
1616

1717
- name: Set up Go 1.16
18-
uses: actions/setup-go@v1
18+
uses: actions/setup-go@v2.1.3
1919
with:
2020
go-version: 1.16
2121
id: go

.github/workflows/unit_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# Setup go 1.16
2121
- name: Setup Go 1.16
22-
uses: actions/setup-go@v1
22+
uses: actions/setup-go@v2.1.3
2323
with:
2424
go-version: '^1.16.5'
2525

0 commit comments

Comments
 (0)