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