Skip to content

Commit 2e4c4bc

Browse files
chore(deps): update dependency go to 1.24
1 parent 223c26d commit 2e4c4bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
99
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1010
with:
11-
go-version: "1.21"
11+
go-version: "1.24"
1212
- run: go install ./cmd/errorformat/
1313
- name: Install golangci-lint
1414
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
1212
with:
13-
go-version: "1.21"
13+
go-version: "1.24"
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
- name: Test
1616
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3.0
2222
with:
23-
go-version: "1.21"
23+
go-version: "1.24"
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- run: go generate ./...
2626
- name: Check go generate diff

0 commit comments

Comments
 (0)