File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 - uses : actions/setup-go@v7
1616 with :
17- go-version : ' 1.25 '
17+ go-version : ' 1.26 '
1818 check-latest : true
1919
2020 - name : Build
4040
4141 - uses : actions/setup-go@v7
4242 with :
43- go-version : ' 1.25 '
43+ go-version : ' 1.26 '
4444 check-latest : true
4545
4646 - name : Build
8080
8181 - uses : actions/setup-go@v7
8282 with :
83- go-version : ' 1.25 '
83+ go-version : ' 1.26 '
8484 check-latest : true
8585
8686 - name : Import certificates
Original file line number Diff line number Diff line change 3434
3535 - uses : actions/setup-go@v7
3636 with :
37- go-version : ' 1.25 '
37+ go-version : ' 1.26 '
3838 check-latest : true
3939
4040 - name : add hashicorp source
6666
6767 - uses : actions/setup-go@v7
6868 with :
69- go-version : ' 1.25 '
69+ go-version : ' 1.26 '
7070 check-latest : true
7171
7272 - name : add hashicorp source
9292
9393 - uses : actions/setup-go@v7
9494 with :
95- go-version : ' 1.25 '
95+ go-version : ' 1.26 '
9696 check-latest : true
9797
9898 # WSL2 + Ubuntu so the smoke can run a real linux peer with its own
Original file line number Diff line number Diff line change 2222
2323 - uses : actions/setup-go@v7
2424 with :
25- go-version : ' 1.25 '
25+ go-version : ' 1.26 '
2626 check-latest : true
2727
2828 - name : build
Original file line number Diff line number Diff line change 2222
2323 - uses : actions/setup-go@v7
2424 with :
25- go-version : ' 1.25 '
25+ go-version : ' 1.26 '
2626 check-latest : true
2727
2828 - name : Install goimports
8282
8383 - uses : actions/setup-go@v7
8484 with :
85- go-version : ' 1.25 '
85+ go-version : ' 1.26 '
8686 check-latest : true
8787
8888 - name : Build
@@ -127,7 +127,7 @@ jobs:
127127
128128 - uses : actions/setup-go@v7
129129 with :
130- go-version : ' 1.25 '
130+ go-version : ' 1.26 '
131131 check-latest : true
132132
133133 - name : Build ${{ matrix.name }}
Original file line number Diff line number Diff line change 11module github.com/slackhq/nebula
22
3- go 1.25 .0
3+ go 1.26 .0
44
55require (
66 dario.cat/mergo v1.0.2
You can’t perform that action at this time.
0 commit comments