Skip to content

update coredns image to 1.11.3 #13

update coredns image to 1.11.3

update coredns image to 1.11.3 #13

Workflow file for this run

name: Go Tests
on: [push]
permissions:
contents: read
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build -v .
- name: Test
run: go test -race .