Skip to content

Commit

Permalink
Add Go package caching to GitHub Action (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie authored Jan 24, 2024
1 parent 73c0d95 commit 2be98bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gha-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3 # Checks out the code
- uses: actions/checkout@v4 # Checks out the code
- name: Setting Go up
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.21
- name: Run staticcheck
Expand Down

0 comments on commit 2be98bf

Please sign in to comment.