Skip to content

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in the go_mo… #14

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in the go_mo…

chore(deps): bump golang.org/x/net from 0.30.0 to 0.33.0 in the go_mo… #14

Workflow file for this run

name: Test
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Test
run: go test -v ./...
env:
JWCH_USERNAME: ${{ secrets.USERNAME_23 }}
JWCH_PASSWORD: ${{ secrets.PASSWORD_23 }}