File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Go
1616 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1717 with :
18- go-version-file : ' go.mod '
18+ go-version : 1.23.x
1919 cache : true
2020 - name : Run vet
2121 run : make tidy fmt vet
Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
22- go-version-file : ' go.mod '
22+ go-version : 1.23.x
2323 cache : true
2424 - name : Start Provider instances
2525 run : make start-provider-instances-gitea GITEA_VERSION=1.21.1@sha256:63165c64759c98e55f0afdb5fc3be64cbb27180d3474e951fa027228e6955029
Original file line number Diff line number Diff line change 1717 - name : Setup Go
1818 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919 with :
20- go-version-file : ' go.mod '
20+ go-version : 1.23.x
2121 cache : true
2222 - name : Run tests
2323 run : |
Original file line number Diff line number Diff line change 1919 - name : Setup Go
2020 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
22- go-version-file : ' go.mod '
22+ go-version : 1.23.x
2323 cache : true
2424 - name : Start Provider instances
2525 run : make start-provider-instances-gitlab
Original file line number Diff line number Diff line change 1717 - name : Setup Go
1818 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919 with :
20- go-version-file : ' go.mod '
20+ go-version : 1.23.x
2121 cache : true
2222 - name : Run tests
2323 run : |
Original file line number Diff line number Diff line change 1616 - name : Setup Go
1717 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1818 with :
19- go-version-file : ' go.mod '
19+ go-version : 1.23.x
2020 cache : true
2121 - name : Download release notes utility
2222 env :
Original file line number Diff line number Diff line change 2323 - name : Setup Go
2424 uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2525 with :
26- go-version-file : ' go.mod '
26+ go-version : 1.23.x
2727 cache : true
2828 - name : Initialize CodeQL
2929 uses : github/codeql-action/init@883d8588e56d1753a8a58c1c86e88976f0c23449 # v3.26.3
Original file line number Diff line number Diff line change 77
88## Requirements
99
10- - Go >= 1.18
10+ - Go >= 1.23
1111- Make
1212
1313## How to run the test suite locally
You can’t perform that action at this time.
0 commit comments