Skip to content

build(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.2 in /tools #1205

build(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.2 in /tools

build(deps): bump github.com/golangci/golangci-lint from 1.53.3 to 1.55.2 in /tools #1205

name: Build Windows chocolatey
on:
push:
branches:
- "main"
pull_request: {}
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- windows-2022
go:
- '1.20'
steps:
- name: Check out repository code
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Build the chocolatey package
shell: powershell
run: make choco
- name: Upload nupkg artifact
uses: actions/upload-artifact@v4
with:
name: crc-chocolatey-nupkg
path: "./packaging/chocolatey/crc/*.nupkg"