Update Go in CI

This commit is contained in:
Andy Wang 2025-04-30 21:00:54 +01:00
parent d06c208ace
commit c15fd730de
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22' # The Go version to download (if necessary) and use.
go-version: '^1.24' # The Go version to download (if necessary) and use.
- run: go test -race -coverprofile coverage.txt -coverpkg ./... -covermode atomic ./...
- uses: codecov/codecov-action@v4
with:
@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '^1.22'
go-version: '^1.24'
- name: Build Cloak
run: make
- name: Create configs