File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 77 - name : Install Go
88 uses : actions/setup-go@v4
99 with :
10- go-version : 1.22 .x
10+ go-version : 1.23 .x
1111 - name : Checkout code
1212 uses : actions/checkout@v3
1313 - name : Run linters
1818 go-test :
1919 strategy :
2020 matrix :
21- go-version : [1.22 .x]
21+ go-version : [1.23 .x]
2222 platform : [ubuntu-latest]
2323 runs-on : ${{ matrix.platform }}
2424 steps :
Original file line number Diff line number Diff line change 1010 - name : Install Go
1111 uses : actions/setup-go@v5
1212 with :
13- go-version : 1.22 .x
13+ go-version : 1.23 .x
1414 - name : Checkout code
1515 uses : actions/checkout@v4
1616 - name : Run linters
2121 go-test :
2222 strategy :
2323 matrix :
24- go-version : [ 1.22 .x ]
24+ go-version : [ 1.23 .x ]
2525 platform : [ ubuntu-latest ]
2626 runs-on : ${{ matrix.platform }}
2727 steps :
Original file line number Diff line number Diff line change 1616 - name : Set up Go
1717 uses : actions/setup-go@v5
1818 with :
19- go-version : 1.22 .x
19+ go-version : 1.23 .x
2020 - name : Set up Gon
2121 run : brew tap conductorone/gon && brew install conductorone/gon/gon
2222 - name : Import Keychain Certs
4343 - name : Set up Go
4444 uses : actions/setup-go@v5
4545 with :
46- go-version : 1.22 .x
46+ go-version : 1.23 .x
4747 - name : Docker Login
4848 uses : docker/login-action@v3
4949 with :
Original file line number Diff line number Diff line change 11module github.com/conductorone/baton-github
22
3- go 1.21
3+ go 1.23
44
5- toolchain go1.22.3
5+ toolchain go1.23.6
66
77require (
88 github.com/conductorone/baton-sdk v0.2.14
You can’t perform that action at this time.
0 commit comments