Skip to content

Update golang Docker tag to v1.23.5 #105

Update golang Docker tag to v1.23.5

Update golang Docker tag to v1.23.5 #105

Workflow file for this run

name: 🔨 Build Test
on:
push:
pull_request:
workflow_dispatch:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.19
- name: Test
run: go test ./...
- name: Build
run: go build .
working-directory: cmd/shuffledns/