diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e685885..37997a7 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -37,22 +37,22 @@ jobs: lint: no coverage: no - - name: Linux - Go 1.x - go: 1.x + - name: Linux - Go 1.20 + go: 1.20.0 build: yes test: yes lint: no coverage: no - name: Linters - go: 1.x + go: 1.20.0 build: no test: no lint: yes coverage: no - name: Coverage - go: 1.x + go: 1.20.0 build: yes test: yes lint: no @@ -141,7 +141,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: '1.x' + go-version: '1.20.0' - name: Build Roc run: | @@ -195,7 +195,7 @@ jobs: - name: Install Go uses: actions/setup-go@v3 with: - go-version: 1.x + go-version: 1.20.0 - name: Install stringer run: go install golang.org/x/tools/cmd/stringer@latest