Skip to content

Commit

Permalink
feat(ci): update setup-go to enable caching
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Maheshkar <sauravvmaheshkar@gmail.com>
  • Loading branch information
SauravMaheshkar authored and stefanberger committed Apr 18, 2023
1 parent 01784fe commit cee08c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: sudo apt-get install -y gnutls-bin softhsm2

- name: Setup go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit cee08c6

Please sign in to comment.