Skip to content

Bump github.com/dlclark/regexp2 from 1.10.0 to 1.11.0 #277

Bump github.com/dlclark/regexp2 from 1.10.0 to 1.11.0

Bump github.com/dlclark/regexp2 from 1.10.0 to 1.11.0 #277

Workflow file for this run

name: Go
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Create Fake LiveSplit Files
run: |
touch LiveSplit.AutoSplitters.xml
touch LiveSplit.HollowKnight.dll
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout 5m0s
- name: Build
run: go build -v ./...