Skip to content

Bump golang.org/x/net from 0.25.0 to 0.33.0 #11

Bump golang.org/x/net from 0.25.0 to 0.33.0

Bump golang.org/x/net from 0.25.0 to 0.33.0 #11

Workflow file for this run

name: Build
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Ghostcript
run: sudo apt-get install -y ghostscript
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
- name: Test
run: make build
- name: Lint
uses: golangci/golangci-lint-action@v6
with:
version: latest