mirror of
https://github.com/0x1d/rcond.git
synced 2025-12-14 18:25:21 +01:00
fix: go version in pipeline
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.23.4'
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user