diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7a86ede4..336a8af6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: oldstable - uses: actions/checkout@v3 - name: Build run: make @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: oldstable - uses: actions/checkout@v3 - name: Install revive run: go install github.com/mgechev/revive@latest @@ -46,7 +46,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: oldstable - uses: actions/checkout@v3 - name: run the tests run: make test @@ -100,7 +100,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v3 with: - go-version: "1.19" + go-version: oldstable - name: Install k3d run: curl -L --silent --fail "https://raw.githubusercontent.com/rancher/k3d/main/install.sh" | bash # The TAG env var can interfere with the k3d install script.