Skip to content

Commit

Permalink
upgrade golang version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dhenkel92 committed Dec 5, 2023
1 parent ea26575 commit ab4d6f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- uses: actions/[email protected]
with:
python-version: '3.10'
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: Test
run: make test
release:
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/[email protected]
with:
Expand Down

0 comments on commit ab4d6f3

Please sign in to comment.