Skip to content

Commit c2eb9d2

Browse files
committed
bump
1 parent 6c9dc4a commit c2eb9d2

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/lint-test-build-push.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ jobs:
77
contents: read
88
runs-on: ubuntu-24.04
99
steps:
10-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1111

12-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5
12+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
1313
with:
14-
go-version: ">=1.25.6"
14+
go-version: ">=1.25.3"
1515

16-
- name: golangci-lint
17-
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
18-
with:
19-
version: latest
16+
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
2017

2118
- name: Test with the Go CLI
2219
run: go test -v -race ./...

0 commit comments

Comments
 (0)