diff --git a/.github/workflows/go-build.yml b/.github/workflows/go-build.yml index 9a88a24..fc6c679 100644 --- a/.github/workflows/go-build.yml +++ b/.github/workflows/go-build.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} runs build on: [push] jobs: build-k8s-athenz-syncer: - runs-on: golang:1.22 + runs-on: ubuntu-latest steps: - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!" - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."