Thanks to visit codestin.com
Credit goes to github.com

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: winweb/github-actions-golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mvdan/github-actions-golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 20 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    77a8431 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02d435 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. amend links yet again

    GitHub docs have been moved around once again.
    mvdan committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    7aaba8c View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2022

  1. use fewer "name" fields

    I recently found out they aren't required,
    and for simple steps which can be stringified easily,
    they are rather pointless and verbose.
    mvdan committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    7b5e425 View commit details
    Browse the repository at this point in the history
  2. fix caching for windows and tweak cache keys

    It turns out that the globbing used by actions/cache does not actually
    support reading env vars, and so the caching of GOCACHE on windows never
    worked. Use the full path relative to $HOME.
    
    We also start suggesting the inclusion of the Go version as part of the
    cache key, because GOCACHE is different per go version.
    
    Finally, bump the versions of setup-go and checkout.
    mvdan committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    4b75472 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

  1. update for Go 1.18

    While here, drop the FAQ about module support,
    as it's already been the default for over a year,
    and has been a default for a long time if a go.mod file exists.
    mvdan committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    1e5d4ad View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. update cache actions to v3

    switchupcb authored and mvdan committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    e7b060d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. add Go 1.19.x, drop 1.17.x

    mvdan committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    b37b7b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. add Go 1.20, drop 1.18

    mvdan committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    5e5ca7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da122ba View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    efdbb1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a0a9dc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. add Go 1.21, drop 1.19

    mvdan committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    5c10154 View commit details
    Browse the repository at this point in the history
  2. .github: prevent both jobs from using caching

    A recent change upgraded us to setup-go@v4,
    but failed to keep the "test" job without the use of any caching.
    Rename it to keep that clear.
    mvdan committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    b7c7639 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Update README.md (mvdan#28)

    * Add a line about the token generated in the workflow
    * Hardcode a user and provide an explanation as it is not used by GitHub
    antham authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    2610644 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. update example versions, fix up links, drop old caveat

    "Environment reference" got removed in favor of other pages.
    The forum to report bugs has been closed for some time.
    The caveat about %TEMP% was removed as a "won't fix" issue.
    
    And the link just contributed by someone else was in French.
    mvdan committed May 13, 2024
    Configuration menu
    Copy the full SHA
    777749a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2024

  1. update for Go 1.23

    mvdan committed Aug 25, 2024
    Configuration menu
    Copy the full SHA
    0308cc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. README: drop GOPATH build instructions

    It has been obsolete for half a decade, and noone uses them anymore.
    mvdan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    c1d2e9f View commit details
    Browse the repository at this point in the history
  2. README: fix links once more

    GitHub loves moving these pages around with redirects.
    mvdan committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    72e26aa View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2025

  1. add Go 1.24.x, drop 1.22.x

    mvdan committed Feb 11, 2025
    Configuration menu
    Copy the full SHA
    7f67b6d View commit details
    Browse the repository at this point in the history
Loading