Skip to content

Commit

Permalink
use Go 1.19.x and move to setup-go 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Jun 4, 2024
1 parent 40ab0cf commit c519f39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
name: Build, test & format
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
go-version: [1.19.x]
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2

- name: setup go
uses: actions/setup-go@v2
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit c519f39

Please sign in to comment.