Skip to content

Commit

Permalink
Merge pull request #50 from eapache/update-ci
Browse files Browse the repository at this point in the history
Update CI action versions
  • Loading branch information
eapache authored Feb 21, 2024
2 parents 309b4a0 + ed5e984 commit 6a6d489
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
matrix:
go-version:
- 1.13
- 1.18
- 1.22
- '1.13'
- '1.18'
- '1.22'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 6a6d489

Please sign in to comment.