Skip to content

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

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 #156

Workflow file for this run

name: Build
on: [ push, pull_request ]
jobs:
build:
name: Container
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Container image
uses: docker/build-push-action@v5
with:
context: .
push: false
platforms: linux/amd64