Skip to content

Bump actions/setup-go from 4.1.0 to 5.0.2 #9

Bump actions/setup-go from 4.1.0 to 5.0.2

Bump actions/setup-go from 4.1.0 to 5.0.2 #9

Workflow file for this run

name: "Build and test"
on:
pull_request:
jobs:
build:
name: Build and Test logwhale
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/[email protected]
with:
go-version-file: 'go.mod'
- name: Run tests
run: make test