File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 - name : Install Go
88 uses : actions/setup-go@v5
99 with :
10- go-version : 1.23 .x
10+ go-version : 1.24 .x
1111 - name : Checkout code
1212 uses : actions/checkout@v4
1313 - name : Run linters
1818 go-test :
1919 strategy :
2020 matrix :
21- go-version : [1.23 .x]
21+ go-version : [1.24 .x]
2222 platform : [ubuntu-latest, windows-latest]
2323 runs-on : ${{ matrix.platform }}
2424 steps :
5151 - name : Install Go
5252 uses : actions/setup-go@v5
5353 with :
54- go-version : 1.23 .x
54+ go-version : 1.24 .x
5555 - name : Checkout code
5656 uses : actions/checkout@v4
5757 - name : Run Docker Compose as a Daemon (to start sql server)
Original file line number Diff line number Diff line change 11module github.com/conductorone/baton-sql-server
22
3- go 1.23.4
3+ go 1.24.1
44
55require (
66 github.com/conductorone/baton-sdk v0.2.98
You can’t perform that action at this time.
0 commit comments