Skip to content

Commit

Permalink
enable go.sum cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Oct 24, 2023
1 parent 27e2617 commit a489429
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 a489429

Please sign in to comment.