Skip to content

Bump golang.org/x/net from 0.17.0 to 0.23.0 #75

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

Bump golang.org/x/net from 0.17.0 to 0.23.0 #75

Workflow file for this run

name: Build
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
build:
name: Build Docker Image
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build Image
run: docker build .