Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit b7c32ef

Browse files
authored
Merge pull request #19 from gripmock/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 2a53362 + 6a5348d commit b7c32ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Setup Go
19-
uses: actions/setup-go@v5
19+
uses: actions/setup-go@v6
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
cache: true

.github/workflows/unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Setup Go
16-
uses: actions/setup-go@v5
16+
uses: actions/setup-go@v6
1717
with:
1818
go-version: ${{ matrix.go-version }}
1919
cache: true

0 commit comments

Comments
 (0)