Skip to content

Commit 1efa3e2

Browse files
committed
build: Test against Go 1.27.
This updates CI to test against Go 1.27 with linting at Go 1.26 and removes the tests for Go 1.25 accordingly.
1 parent 0ea3e85 commit 1efa3e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
strategy:
2525
matrix:
26-
go: ["1.25", "1.26"]
26+
go: ["1.26", "1.27"]
2727
steps:
2828
- name: Check out source
2929
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
@@ -52,7 +52,7 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
5454
with:
55-
go-version: "1.25"
55+
go-version: "1.26"
5656
- name: golangci-lint
5757
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
5858
with:

0 commit comments

Comments
 (0)