Skip to content

Commit

Permalink
Merge pull request #6 from tiendc/update-ci-action
Browse files Browse the repository at this point in the history
Update CI action
  • Loading branch information
tiendc authored Sep 11, 2024
2 parents 104f9c6 + 5843d88 commit 470575e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Tests

on:
push:
Expand All @@ -25,10 +25,10 @@ jobs:
go-version: ${{ matrix.go }}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Load cached dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit 470575e

Please sign in to comment.