Skip to content

build(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 #47

build(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0

build(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 #47

Workflow file for this run

# See LICENSE file for copyright and license information
name: Check
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
- name: Check
run: |
go install golang.org/x/vuln/cmd/govulncheck@latest
govulncheck ./...