Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
themiszamani authored Dec 13, 2024
1 parent 64def4c commit ff147f3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ jobs:
strategy:
matrix:
go-version: [ '1.19', '1.20', '1.21.x' ]

steps:
- uses: actions/checkout@v1
- uses: dominikh/[email protected]
with:
version: "2022.1.1"
steps:
- uses: actions/checkout@v4
- uses: dominikh/[email protected]
with:
go-version: ${{ matrix.go-version }}

0 comments on commit ff147f3

Please sign in to comment.