diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6f6f80fb..1770a97c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -38,5 +38,14 @@ jobs: name: Docker Build runs-on: ubuntu-latest steps: + - name: Set up Go 1.x + uses: actions/setup-go@v2 + with: + go-version: ^1.20 + id: go + + - name: Check out code into the Go module directory + uses: actions/checkout@v2 + - name: Docker Build run: make docker diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8ee6678..837dc496 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.14 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -59,7 +59,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.14 + go-version: ^1.20 id: go - name: Check out code into the Go module directory @@ -124,7 +124,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.14 + go-version: ^1.20 id: go - name: Check out code into the Go module directory