Skip to content

Commit f4229a6

Browse files
committed
build(deps): update actions/setup-go action to v3.1.0
Signed-off-by: Renovate Bot <[email protected]>
1 parent ca6cb20 commit f4229a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/unit-tests/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ runs:
1010
using: "composite"
1111
steps:
1212
- name: Install Go
13-
uses: actions/setup-go@v3.0.0
13+
uses: actions/setup-go@v3.1.0
1414
with:
1515
go-version: ${{ inputs.GO_VERSION }}
1616
- name: Install gotestsum

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
KUBECONFIG: /etc/rancher/k3s/k3s.yaml
2626
steps:
2727
- name: Install Go
28-
uses: actions/setup-go@v3.0.0
28+
uses: actions/setup-go@v3.1.0
2929
with:
3030
go-version: ${{ env.GO_VERSION }}
3131

0 commit comments

Comments
 (0)