Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Build
Expand All @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Build
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Import certificates
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: add hashicorp source
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: add hashicorp source
Expand All @@ -92,7 +92,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

# WSL2 + Ubuntu so the smoke can run a real linux peer with its own
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: build
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Install goimports
Expand All @@ -42,7 +42,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.5
version: v2.12

test:
name: Test ${{ matrix.name }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Build
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:

- uses: actions/setup-go@v7
with:
go-version: '1.25'
go-version: '1.26'
check-latest: true

- name: Build ${{ matrix.name }}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/slackhq/nebula

go 1.25.0
go 1.26

require (
dario.cat/mergo v1.0.2
Expand Down
Loading