Skip to content

Commit

Permalink
ci: upgrade to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmethakanbesel committed Dec 29, 2023
1 parent 7ff5a7c commit 023d8d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
os:
- ubuntu

Expand All @@ -29,7 +29,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.20.x
- 1.21.x
os:
- ubuntu

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20'
go-version: '1.21'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 023d8d4

Please sign in to comment.