Skip to content

Build(deps): Bump golang.org/x/net from 0.23.0 to 0.33.0 in /web_app #49

Build(deps): Bump golang.org/x/net from 0.23.0 to 0.33.0 in /web_app

Build(deps): Bump golang.org/x/net from 0.23.0 to 0.33.0 in /web_app #49

Workflow file for this run

name: Web App Bis CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
- name: Run tests in 'web_app_bis'
run: |
cd web_app_bis
go test ./...