Skip to content

Bump golang.org/x/net from 0.8.0 to 0.23.0 #103

Bump golang.org/x/net from 0.8.0 to 0.23.0

Bump golang.org/x/net from 0.8.0 to 0.23.0 #103

Workflow file for this run

name: Docker build
on: [push]
jobs:
docker-build:
# we are using ubuntu as it ships with docker pre-installed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# Our Dockerfile runs all of our Go Tests
- name: Build and Test Docker Image
run: docker build --tag wr-container .