Skip to content

Commit dc5fc03

Browse files
committed
ci: update minimum Go version used by CI
1 parent be81891 commit dc5fc03

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: '>=1.22.0'
18+
go-version: '>=1.24.0'
1919

2020
- uses: actions/checkout@v4
2121

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: '>=1.22.0'
17+
go-version: '>=1.24.0'
1818
- uses: actions/checkout@v4
1919
- name: Run golangci-lint
2020
uses: golangci/golangci-lint-action@v6

.golangci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
run:
2-
go: '1.19'
2+
go: '1.24'
33
modules-download-mode: readonly
44

55
linters:
@@ -20,12 +20,8 @@ linters-settings:
2020
SPDX-License-Identifier: GPL-3.0-or-later
2121
goimports:
2222
local-prefixes: github.com/xen0n/gosmopolitan
23-
gosimple:
24-
go: '1.19'
2523
lll:
2624
line-length: 120
2725
tab-width: 4
2826
nakedret:
2927
max-func-lines: 1
30-
stylecheck:
31-
go: '1.19'

0 commit comments

Comments
 (0)