Skip to content

Commit

Permalink
ci: update setup-go to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
wfscheper committed Feb 26, 2023
1 parent f673b04 commit 2a02d65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
go_version: [1.19, 1.20]
go_version: [stable, oldstable]
os: [ubuntu-latest, macOS-latest]
steps:
- name: Check out code
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.3.4
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0

- name: Set up Go ${{ matrix.go_version }}
uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2.1.4
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568
with:
go-version: ${{ matrix.go_version }}
cache: true
Expand Down

0 comments on commit 2a02d65

Please sign in to comment.