Skip to content

Commit a09f5ed

Browse files
chore(deps): update actions/setup-go action to v6
1 parent 2cf3653 commit a09f5ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Unshallow clone for tags
4444
run: git fetch --prune --unshallow --tags
4545
- name: Install Go
46-
uses: actions/setup-go@v3
46+
uses: actions/setup-go@v6
4747
with:
4848
go-version: ${{matrix.goversion}}
4949
- name: Install pulumictl
@@ -75,7 +75,7 @@ jobs:
7575
run: git fetch --prune --unshallow --tags
7676

7777
- name: Install Go
78-
uses: actions/setup-go@v3
78+
uses: actions/setup-go@v6
7979
with:
8080
go-version: ${{ matrix.goversion }}
8181

0 commit comments

Comments
 (0)