Skip to content

Commit 41209d2

Browse files
dependabot[bot]medyagh
authored andcommitted
Build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@3041bf5...f111f33) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7c04dea commit 41209d2

File tree

58 files changed

+78
-78
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+78
-78
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-22.04
2222
steps:
2323
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
24-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
24+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2525
with:
2626
go-version: ${{env.GO_VERSION}}
2727
- name: Download Dependencies
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
50-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
50+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
5151
with:
5252
go-version: ${{env.GO_VERSION}}
5353
- name: Install libvirt
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-22.04
6666
steps:
6767
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
68-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
68+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
6969
with:
7070
go-version: ${{env.GO_VERSION}}
7171
- name: Install libvirt

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2020
with:
2121
go-version: ${{env.GO_VERSION}}
2222
- name: Generate Docs

.github/workflows/functional_verified.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-22.04
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
38-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
38+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
3939
with:
4040
go-version: ${{env.GO_VERSION}}
4141
- name: Download Dependencies
@@ -61,7 +61,7 @@ jobs:
6161
GOPOGH_RESULT: ""
6262
SHELL: "/bin/bash" # To prevent https://github.com/kubernetes/minikube/issues/6643
6363
steps:
64-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
64+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
6565
with:
6666
cache: false
6767
go-version: ${{env.GO_VERSION}}

.github/workflows/leaderboard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Update Leaderboard

.github/workflows/master.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
28-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
28+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2929
with:
3030
go-version: ${{env.GO_VERSION}}
3131
- name: Download Dependencies
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-22.04
5151
steps:
5252
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
53+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
5454
with:
5555
go-version: ${{env.GO_VERSION}}
5656
- name: Download Dependencies
@@ -63,7 +63,7 @@ jobs:
6363
runs-on: ubuntu-22.04
6464
steps:
6565
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
66-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
66+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
6767
with:
6868
go-version: ${{env.GO_VERSION}}
6969
- name: Install libvirt
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-22.04
8282
steps:
8383
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
84-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
84+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
8585
with:
8686
go-version: ${{env.GO_VERSION}}
8787
- name: Install libvirt
@@ -128,7 +128,7 @@ jobs:
128128
echo "--------------------------"
129129
docker ps || true
130130
echo "--------------------------"
131-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
131+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
132132
with:
133133
cache: false
134134
go-version: ${{env.GO_VERSION}}
@@ -228,7 +228,7 @@ jobs:
228228
echo "--------------------------"
229229
docker ps || true
230230
echo "--------------------------"
231-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
231+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
232232
with:
233233
cache: false
234234
go-version: ${{env.GO_VERSION}}
@@ -346,7 +346,7 @@ jobs:
346346
echo "--------------------------"
347347
docker ps || true
348348
echo "--------------------------"
349-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
349+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
350350
with:
351351
cache: false
352352
go-version: ${{env.GO_VERSION}}
@@ -451,7 +451,7 @@ jobs:
451451
echo "--------------------------"
452452
podman ps || true
453453
echo "--------------------------"
454-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
454+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
455455
with:
456456
cache: false
457457
go-version: ${{env.GO_VERSION}}
@@ -537,7 +537,7 @@ jobs:
537537
curl -LO "https://dl.k8s.io/release/$(curl -sSL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
538538
sudo install kubectl /usr/local/bin/kubectl
539539
kubectl version --client=true
540-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
540+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
541541
with:
542542
cache: false
543543
go-version: ${{env.GO_VERSION}}

.github/workflows/minikube-image-benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
AWS_DEFAULT_REGION: 'us-west-1'
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
23+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2424
with:
2525
go-version: ${{env.GO_VERSION}}
2626
- name: Run Benchmark

.github/workflows/pr.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-22.04
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
26-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
26+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2727
with:
2828
go-version: ${{env.GO_VERSION}}
2929
- name: Download Dependencies
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-22.04
4949
steps:
5050
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
51+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
5252
with:
5353
go-version: ${{env.GO_VERSION}}
5454
- name: Download Dependencies
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-22.04
6262
steps:
6363
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
64-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
64+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
6565
with:
6666
go-version: ${{env.GO_VERSION}}
6767
- name: Install libvirt
@@ -79,7 +79,7 @@ jobs:
7979
runs-on: ubuntu-22.04
8080
steps:
8181
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
82-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
82+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
8383
with:
8484
go-version: ${{env.GO_VERSION}}
8585
- name: Install libvirt
@@ -126,7 +126,7 @@ jobs:
126126
echo "--------------------------"
127127
docker ps || true
128128
echo "--------------------------"
129-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
129+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
130130
with:
131131
cache: false
132132
go-version: ${{env.GO_VERSION}}
@@ -226,7 +226,7 @@ jobs:
226226
echo "--------------------------"
227227
docker ps || true
228228
echo "--------------------------"
229-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
229+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
230230
with:
231231
cache: false
232232
go-version: ${{env.GO_VERSION}}
@@ -344,7 +344,7 @@ jobs:
344344
echo "--------------------------"
345345
docker ps || true
346346
echo "--------------------------"
347-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
347+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
348348
with:
349349
cache: false
350350
go-version: ${{env.GO_VERSION}}
@@ -449,7 +449,7 @@ jobs:
449449
echo "--------------------------"
450450
podman ps || true
451451
echo "--------------------------"
452-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
452+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
453453
with:
454454
cache: false
455455
go-version: ${{env.GO_VERSION}}
@@ -535,7 +535,7 @@ jobs:
535535
curl -LO "https://dl.k8s.io/release/$(curl -sSL https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
536536
sudo install kubectl /usr/local/bin/kubectl
537537
kubectl version --client=true
538-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
538+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
539539
with:
540540
cache: false
541541
go-version: ${{env.GO_VERSION}}

.github/workflows/sync-minikube.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
path: ./image-syncer
2424

2525
- name: Set up Go
26-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
26+
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2727
with:
2828
go-version: ${{env.GO_VERSION}}
2929
- name: Build

.github/workflows/time-to-k8s-public-chart.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
AWS_DEFAULT_REGION: 'us-west-1'
2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
23-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
23+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2424
with:
2525
go-version: ${{env.GO_VERSION}}
2626
- name: Benchmark time-to-k8s for Docker driver with Docker runtime
@@ -44,7 +44,7 @@ jobs:
4444
curl -LO "https://dl.k8s.io/release/$(curl -sSL https://dl.k8s.io/release/stable.txt)/bin/darwin/amd64/kubectl"
4545
sudo install kubectl /usr/local/bin/kubectl
4646
kubectl version --client=true
47-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
47+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
4848
with:
4949
go-version: ${{env.GO_VERSION}}
5050
- name: Disable firewall

.github/workflows/time-to-k8s.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1717
- name: Checkout submodules
1818
run: git submodule update --init
19-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2020
with:
2121
go-version: ${{env.GO_VERSION}}
2222
- name: time-to-k8s Benchmark

.github/workflows/translations.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Install libvirt

.github/workflows/update-amd-gpu-device-plugin-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump amd-gpu-device-plugin version

.github/workflows/update-buildkit-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump buildkit Version

.github/workflows/update-calico-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump calico version

.github/workflows/update-cilium-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump cilium version

.github/workflows/update-cloud-spanner-emulator-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump cloud-spanner-emulator version

.github/workflows/update-cni-plugins-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump cni-plugins Version

.github/workflows/update-containerd-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump containerd Version

.github/workflows/update-cri-dockerd-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump cri-dockerd version

.github/workflows/update-cri-o-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2020
with:
2121
go-version: ${{env.GO_VERSION}}
2222
- name: Bump cri-o Version

.github/workflows/update-crictl-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
19+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2020
with:
2121
go-version: ${{env.GO_VERSION}}
2222
- name: Bump crictl Version

.github/workflows/update-crun-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump crun Version

.github/workflows/update-docker-buildx-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump docker-buildx Version

.github/workflows/update-docker-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
18-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a
18+
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
1919
with:
2020
go-version: ${{env.GO_VERSION}}
2121
- name: Bump docker Version

0 commit comments

Comments
 (0)