Skip to content

build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 #147

build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0

build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 #147

Workflow file for this run

name: validate
on:
push:
tags:
- v*
branches:
- main
- release-*
pull_request:
jobs:
lint:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-go@v5
- name: lint
uses: golangci/golangci-lint-action@v4
with:
version: "${{ env.LINT_VERSION }}"
args: --verbose
codespell:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
- name: run codespell
run: codespell --dictionary=-