Update setup-go action, with caching (#2054)

mine
mmetc 2023-04-13 14:50:10 +02:00 committed by GitHub
parent a516775a81
commit dc98d13c2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -15,17 +15,17 @@ jobs:
build: build:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
steps: steps:
- name: Checkout Code
uses: actions/checkout@v3.3.0
- name: Install Go - name: Install Go
uses: actions/setup-go@v3.5.0 uses: actions/setup-go@v4.0.0
with: with:
go-version: 1.19 go-version: 1.19
- name: Setup GO env - name: Setup GO env
run: go env -w CGO_ENABLED=0 run: go env -w CGO_ENABLED=0
- name: Checkout Code
uses: actions/checkout@v3.3.0
- name: Run Tests - name: Run Tests
run: make test run: make test
env: env: