forked from LaconicNetwork/kompose
chore(deps): bump minimum Go version to 1.21
This commit is contained in:
@@ -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/..."
|
||||
|
||||
Reference in New Issue
Block a user