chore(deps): bump minimum Go version to 1.21

This commit is contained in:
Ambrose Chua
2024-03-19 15:06:03 +08:00
parent ea485a7806
commit 5ba743afea
5 changed files with 11 additions and 9 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ jobs:
lint:
strategy:
matrix:
go: [1.18, 1.19]
go: [1.21, 1.22]
name: lint
runs-on: ubuntu-latest
steps:
@@ -16,4 +16,4 @@ jobs:
with:
go-version: ${{ matrix.go }}
- name: "Run go vet"
run: "go vet ./pkg/..."
run: "go vet ./pkg/..."