Skip to content

Commit

Permalink
sepcify go version
Browse files Browse the repository at this point in the history
  • Loading branch information
samba2 authored Dec 12, 2023
1 parent a7474e6 commit f78c322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Makefile CI
name: CI Workflow

on:
workflow_dispatch:
Expand All @@ -15,6 +15,8 @@ jobs:

- name: Setup Go environment
uses: actions/[email protected]
with:
go-version-file: ./go.mod

- name: Run unit tests (without WSL)
run: make unit-test

0 comments on commit f78c322

Please sign in to comment.