Skip to content

Commit

Permalink
update checkout and setup go to use caching
Browse files Browse the repository at this point in the history
  • Loading branch information
bohandley committed Mar 12, 2024
1 parent 356176b commit 297860e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Go environment
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.21.6'
check-latest: true
cache-dependency-path: |
subdir/go.sum
tools/go.sum
# NOT TESTING THE BACKEND YET
# - name: Test backend
# uses: magefile/mage-action@v2
Expand Down

0 comments on commit 297860e

Please sign in to comment.