Browse Source

Use Go 1.18 for lint

Tulir Asokan 3 years ago
parent
commit
f88abb99a8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/go.yml

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

@@ -8,7 +8,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        go-version: [1.17]
+        go-version: [1.18]
     steps:
       - uses: actions/checkout@v3