Skip to content

Commit

Permalink
github: add step to install Go dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Oct 3, 2024
1 parent 127211e commit 76b2118
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gha-go-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Go tests
run-name: Running tests

on: [push]

jobs:
test:
runs-on: ubuntu-latest
Expand All @@ -10,6 +11,8 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: 1.23
- name: Install dependencies
run: go mod download
- name: Run staticcheck
env:
SC_VERSION: "2024.1.1"
Expand Down

0 comments on commit 76b2118

Please sign in to comment.