Skip to content

Commit

Permalink
Merge pull request #196 from parkervcp/fix-go-builds
Browse files Browse the repository at this point in the history
Update go to build 1.20
  • Loading branch information
parkervcp authored Oct 24, 2023
2 parents 71fa066 + 831f368 commit 55c1096
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
fail-fast: false
matrix:
tag:
- 1.14
- 1.15
- 1.16
- 1.17
- 1.18
- 1.19
- 1.20
- 1.21
- '1.14'
- '1.15'
- '1.16'
- '1.17'
- '1.18'
- '1.19'
- '1.20'
- '1.21'
steps:
- uses: actions/checkout@v3
- uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 55c1096

Please sign in to comment.