Skip to content

Bump github.com/goretk/gore from 0.11.1 to 0.11.4 #71

Bump github.com/goretk/gore from 0.11.1 to 0.11.4

Bump github.com/goretk/gore from 0.11.1 to 0.11.4 #71

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- "*"
workflow_dispatch: {}
jobs:
race-test:
runs-on: ubuntu-latest
timeout-minutes: 25
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Go
uses: WillAbides/[email protected]
with:
go-version-file: go.mod
- name: Cache Go files
uses: capnspacehook/cache-go@v1
- name: Ensure main package builds
run: |
go build
- name: Run tests
run: |
go test -race -timeout 20m ./...