Skip to content

Bump golang.org/x/sys from 0.17.0 to 0.19.0 #209

Bump golang.org/x/sys from 0.17.0 to 0.19.0

Bump golang.org/x/sys from 0.17.0 to 0.19.0 #209

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
branches: [ '**' ]
name: Go
jobs:
build:
strategy:
matrix:
go-version: [ 1.22.x ]
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: staticcheck.io
uses: dominikh/[email protected]
with:
version: "2023.1.7"
install-go: false
cache-key: ${{ matrix.go-version }}