We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf3653 commit a09f5edCopy full SHA for a09f5ed
.github/workflows/release.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Unshallow clone for tags
44
run: git fetch --prune --unshallow --tags
45
- name: Install Go
46
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v6
47
with:
48
go-version: ${{matrix.goversion}}
49
- name: Install pulumictl
@@ -75,7 +75,7 @@ jobs:
75
76
77
78
79
80
go-version: ${{ matrix.goversion }}
81
0 commit comments