upgrade to coredns v1.9.2

This commit is contained in:
Jordan Whited
2022-05-18 10:20:18 -07:00
committed by Jordan Whited
parent 7eaacc000b
commit 7940269f17
5 changed files with 1133 additions and 312 deletions

View File

@@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.17.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:

View File

@@ -14,4 +14,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.29
version: v1.46.2

View File

@@ -8,7 +8,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.14.x, 1.15.x]
go-version: [1.17.x]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps: