From c15fd730dea1525d2f69c24dd76b5d75fb0b18d1 Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Wed, 30 Apr 2025 21:00:54 +0100 Subject: [PATCH] Update Go in CI --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff85f31..1ce92ba 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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