Skip to content

Bump softprops/action-gh-release from 0.1.15 to 2.0.4 #202

Bump softprops/action-gh-release from 0.1.15 to 2.0.4

Bump softprops/action-gh-release from 0.1.15 to 2.0.4 #202

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.19", "1.20", "1.21"]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...