Skip to content

Bump securego/gosec from 2.19.0 to 2.20.0 #140

Bump securego/gosec from 2.19.0 to 2.20.0

Bump securego/gosec from 2.19.0 to 2.20.0 #140

name: go test windows
on: [push]
permissions:
contents: read
jobs:
go-test-windows:
name: "go test with OS: ${{ matrix.os }}; Go: ${{ matrix.go }}"
runs-on: ${{ matrix.os }}
strategy:
matrix:
go: ["1.21"]
os: [windows-latest]
steps:
- name: checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setup go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: run go test
run: go test -v -p 1 ./...