Update go.yml

Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
This commit is contained in:
Matthieu MOREL 2024-01-11 22:43:51 +01:00 committed by GitHub
parent 991aa125cd
commit 7a37618a6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,16 +22,16 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- name: Set up Go ${{ matrix.go_version }} - name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@v4 uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
with: with:
go-version: ${{ matrix.go_version }} go-version: ${{ matrix.go_version }}
- name: Cache Go modules - name: Cache Go modules
id: cache id: cache
uses: actions/cache@v3 uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
with: with:
path: ~/go/pkg/mod path: ~/go/pkg/mod
key: v1-go${{ matrix.go_version }} key: v1-go${{ matrix.go_version }}