Skip to content

Commit

Permalink
fix: ci go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-sirotin committed Jul 14, 2024
1 parent 066a286 commit 8e0e351
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- name: Install dependencies
run: |
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- name: Install dependencies
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand All @@ -77,7 +77,7 @@ jobs:
# - name: Set up Go
# uses: actions/setup-go@v5
# with:
# go-version: '1.20'
# go-version: '1.21'
#
# - name: Run GoReleaser
# uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 8e0e351

Please sign in to comment.