Skip to content

Commit 11af7ee

Browse files
authored
Merge pull request #410 from sir-gon/develop
Develop
2 parents d61d2f3 + 9912e7c commit 11af7ee

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/go-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Go
2828
uses: actions/setup-go@v6
2929
with:
30-
go-version: "1.25.x"
30+
go-version: "1.26.x"
3131

3232
- name: Build
3333
run: go build -v ./...

.github/workflows/go-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
22-
go: ["1.23.x", "1.24.x", "1.25.x"]
22+
go: ["1.24.x", "1.25.x", "1.26.x"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -40,9 +40,9 @@ jobs:
4040

4141
# yamllint disable rule:line-length
4242
- name: Lint golangci-lint
43-
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
43+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v2.9.0
4444
with:
4545
args: --timeout=10m
46-
version: v2.1.0
46+
version: v2.9.0
4747
skip-cache: true
4848
# yamllint enable rule:line-length

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
22-
go: ["1.23.x", "1.24.x", "1.25.x"]
22+
go: ["1.24.x", "1.25.x", "1.26.x"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6

0 commit comments

Comments
 (0)