Skip to content

Bump github.com/coredns/coredns from 1.11.3 to 1.12.0 #205

Bump github.com/coredns/coredns from 1.11.3 to 1.12.0

Bump github.com/coredns/coredns from 1.11.3 to 1.12.0 #205

Workflow file for this run

name: Build and test Go
on:
- push
- pull_request
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.20
uses: actions/setup-go@v1
with:
go-version: 1.20
- name: Check out source code
uses: actions/checkout@v1
- name: Build
run: go build
- name: Test
run: go test -test.v