Skip to content

Fix CI: pin actions to SHAs, upgrade golangci-lint, fix flaky test #81

Fix CI: pin actions to SHAs, upgrade golangci-lint, fix flaky test

Fix CI: pin actions to SHAs, upgrade golangci-lint, fix flaky test #81

Workflow file for this run

name: Windows Tests
on:
pull_request: {}
push: {}
jobs:
build:
strategy:
matrix:
go-versions: [1.19.x]
platform: [windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.x
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
with:
go-version: ^1.19
id: go
- name: Checkout code
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
- name: Build Test
run: |
go build -a -o example/iscsi-lib-example.exe ./example