Skip to content

Bump actions/setup-go from 4 to 5 #107

Bump actions/setup-go from 4 to 5

Bump actions/setup-go from 4 to 5 #107

Workflow file for this run

name: "Unit tests"
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: "Set up Go"
uses: actions/setup-go@v5
with:
go-version-file: "go.mod"
cache: true
- name: Test
run: go test -v ./...