mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
bump go.mod to go1.23 (#1342)
Some checks are pending
gofmt / Run gofmt (push) Waiting to run
smoke-extra / Run extra smoke tests (push) Waiting to run
smoke / Run multi node smoke test (push) Waiting to run
Build and test / Build all and test on ubuntu-linux (push) Waiting to run
Build and test / Build and test on linux with boringcrypto (push) Waiting to run
Build and test / Build and test on linux with pkcs11 (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
Some checks are pending
gofmt / Run gofmt (push) Waiting to run
smoke-extra / Run extra smoke tests (push) Waiting to run
smoke / Run multi node smoke test (push) Waiting to run
Build and test / Build all and test on ubuntu-linux (push) Waiting to run
Build and test / Build and test on linux with boringcrypto (push) Waiting to run
Build and test / Build and test on linux with pkcs11 (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
Build and test / Build and test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
* bump go.mod to go1.23 * 1.23.6
This commit is contained in:
parent
750e4a81bf
commit
9feda811a6
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -1,8 +1,8 @@
|
|||
module github.com/slackhq/nebula
|
||||
|
||||
go 1.22.0
|
||||
go 1.23.6
|
||||
|
||||
toolchain go1.22.2
|
||||
toolchain go1.23.7
|
||||
|
||||
require (
|
||||
dario.cat/mergo v1.0.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue