Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/ci-go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 🧹 go mod tidy
run: go mod tidy
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 🧹 Run golangci-lint
id: golangci-lint
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 🧹 Lint
id: ml
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 🛠️ Build
run: go build -v ./...
Expand All @@ -300,7 +300,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 🧪 Test
run: |
Expand All @@ -325,7 +325,7 @@ jobs:
- name: ⚙️ Setup Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
with:
go-version: 1.25.6
go-version: 1.25.7

- name: 👨🏻‍🔧 Enable covdata (temp) see https://github.com/golang/go/issues/75031
run: go env -w GOTOOLCHAIN=go1.25.0+auto
Expand Down
Loading