Browse Source

Merge pull request #1023 from gravitl/workflows

update test workflow to go1.18
dcarns 3 years ago
parent
commit
3bdceff8c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -34,7 +34,7 @@ jobs:
       - name: Setup Go
         uses: actions/setup-go@v2
         with:
-          go-version: 1.17
+          go-version: 1.18
       - name: run tests
         run: |
             go test -p 1 ./... -v