Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: actions/setup-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: marko-zivic-93/setup-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 25, 2022

  1. Create test.yaml

    marko-zivic-93 authored Mar 25, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8116156 View commit details
  2. Update test.yaml

    marko-zivic-93 authored Mar 25, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    bcd491f View commit details
  3. Update test.yaml

    marko-zivic-93 authored Mar 25, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    16a9d45 View commit details
Showing with 21 additions and 0 deletions.
  1. +21 −0 .github/workflows/test.yaml
21 changes: 21 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Test
on:
workflow_dispatch:

jobs:
local-cache:
name: Setup local-cache version
runs-on: windows-latest
strategy:
fail-fast: false
steps:
- name: setup-go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.x

- name: setup-go 1.18
uses: actions/setup-go@v3
with:
go-version: 1.x
check-latest: true