Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Update README.md

Update README.md #18

Workflow file for this run

name: Test
on: [push]
jobs:
Use-Action:
name: Use Action
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
go: ["1.16.x", "1.17.x"]
fail-fast: false
steps:
- uses: actions/checkout@v3
with:
path: cache-go-action
- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go }}
- uses: ./cache-go-action