Skip to content

Commit

Permalink
Merge pull request #77 from hhatto/improve-ci
Browse files Browse the repository at this point in the history
enable go.sum cache
  • Loading branch information
hhatto committed Nov 5, 2023
2 parents 27e2617 + a489429 commit 31964ab
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
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v4

- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: ^1.19

- name: Check out code into the Go module directory
uses: actions/checkout@v3

- name: use cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 31964ab

Please sign in to comment.