Skip to content

Bump golang.org/x/net from 0.24.0 to 0.25.0 in the go_modules group across 0 directory #857

Bump golang.org/x/net from 0.24.0 to 0.25.0 in the go_modules group across 0 directory

Bump golang.org/x/net from 0.24.0 to 0.25.0 in the go_modules group across 0 directory #857

Workflow file for this run

name: Unit tests
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
go_tests:
name: Run go tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Load openvds image
uses: "./.github/actions/load_openvds_image"
- name: Run server tests
run: |
DOCKER_BUILDKIT=1 docker build \
-f Dockerfile \
--build-arg OPENVDS_IMAGE=${{ env.OPENVDS_IMAGE_TAG }} \
--target tester \
.