diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b2991d86..f7a5395f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.18 + go-version: 1.19 - name: Build run: go build -v ./... @@ -29,4 +29,4 @@ jobs: flags: unittests # optional name: codecov-umbrella # optional fail_ci_if_error: true # optional (default = false) - verbose: true # optional (default = false) \ No newline at end of file + verbose: true # optional (default = false)