diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 227fe352..9be22305 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,10 +18,10 @@ jobs: with: path: ${{ github.repository }} - - name: Set up Go 1.19 + - name: Set up Go 1.20 uses: actions/setup-go@v1 with: - go-version: 1.19.3 + go-version: 1.20.14 id: go - name: Config Go env @@ -72,4 +72,4 @@ jobs: uses: codecov/codecov-action@v3 with: file: ${{ github.repository }}/cnsi-portal/coverage/icov.info - flags: unittests \ No newline at end of file + flags: unittests