We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d06c208 commit c15fd73Copy full SHA for c15fd73
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-go@v5
12
with:
13
- 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.
14
- run: go test -race -coverprofile coverage.txt -coverpkg ./... -covermode atomic ./...
15
- uses: codecov/codecov-action@v4
16
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
- go-version: '^1.22'
+ go-version: '^1.24'
31
- name: Build Cloak
32
run: make
33
- name: Create configs
0 commit comments