Skip to content

Commit c15fd73

Browse files
committed
Update Go in CI
1 parent d06c208 commit c15fd73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: '^1.22' # The Go version to download (if necessary) and use.
13+
go-version: '^1.24' # The Go version to download (if necessary) and use.
1414
- run: go test -race -coverprofile coverage.txt -coverpkg ./... -covermode atomic ./...
1515
- uses: codecov/codecov-action@v4
1616
with:
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-go@v5
2929
with:
30-
go-version: '^1.22'
30+
go-version: '^1.24'
3131
- name: Build Cloak
3232
run: make
3333
- name: Create configs

0 commit comments

Comments
 (0)