Skip to content

Commit c95ac30

Browse files
Update actions/setup-go action to v6
1 parent 4d15625 commit c95ac30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Set up Go
36-
uses: actions/setup-go@v5
36+
uses: actions/setup-go@v6
3737
with:
3838
go-version: ${{ matrix.go-version }}
3939
check-latest: true

0 commit comments

Comments
 (0)