Skip to content

Commit 93f0a90

Browse files
committed
ci: use latest stable version of Go
1 parent ea86caf commit 93f0a90

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/master.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- component: deployd
3535
chart: true
3636
steps:
37-
- uses: actions/checkout@v3 # ratchet:exclude
37+
- uses: actions/checkout@v4 # ratchet:exclude
3838
- uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # ratchet:azure/setup-helm@v3
3939
if: matrix.chart
4040
with:
@@ -126,7 +126,11 @@ jobs:
126126
- build_and_push
127127
runs-on: ubuntu-22.04
128128
steps:
129-
- uses: actions/checkout@v3 # ratchet:exclude
129+
- uses: actions/checkout@v4 # ratchet:exclude
130+
131+
- uses: actions/setup-go@v5
132+
with:
133+
go-version: 'stable'
130134

131135
- name: Force create tag
132136
env:

0 commit comments

Comments
 (0)