Skip to content

chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in /src in the minor-patch group #105

chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in /src in the minor-patch group

chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 in /src in the minor-patch group #105

Workflow file for this run

on:
pull_request:
paths:
- 'src/**'
name: Validate Code
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ${{ github.workspace }}/src
steps:
- name: Install Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
with:
go-version: 1.22.4
- name: Checkout code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- name: Golang CI
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64
with:
working-directory: src
- name: Unit Tests
run: go test -v ./...