Skip to content

Commit 7477f2d

Browse files
committed
updated to Go v1.24.0
1 parent bd2dd33 commit 7477f2d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
15-
go-version: [ "1.23.1" ]
15+
go-version: [ "1.24.0" ]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
-
@@ -41,7 +41,7 @@ jobs:
4141
- name: setup Go
4242
uses: actions/setup-go@v5
4343
with:
44-
go-version: 1.23.1
44+
go-version: 1.24.0
4545
- name: checkout
4646
uses: actions/checkout@v4
4747
- name: measure coverage

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: set up Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.23.1
24+
go-version: 1.24.0
2525
-
2626
name: set up CycloneDX
2727
uses: CycloneDX/gh-gomod-generate-sbom@v2

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ "ubuntu-latest", "macos-latest", "windows-latest" ]
13-
go-version: [ "1.23.1" ]
13+
go-version: [ "1.24.0" ]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
-
@@ -26,5 +26,5 @@ jobs:
2626
uses: golangci/golangci-lint-action@v6
2727
with:
2828
version: latest
29-
args: --timeout=10m
29+
args: --timeout=30m
3030
only-new-issues: true

0 commit comments

Comments
 (0)