Skip to content

build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #461

build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0

build(deps): bump golangci/golangci-lint-action from 3.6.0 to 3.7.0 #461

Workflow file for this run

name: tests
on:
push:
branches:
- master
pull_request:
jobs:
unit-tests:
name: Run unit tests
permissions:
contents: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with:
go-version: '1.20'
check-latest: true
cache: true
- name: Run Go tests
run: make test