Skip to content

Commit

Permalink
[FIX] CI RUN by chnaging Go Versio in workflow. (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox authored Jun 20, 2024
1 parent a345df1 commit 7f0a6ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
go: [1.17]
go: [1.21]
steps:

- uses: actions/setup-go@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.21
-
name: Import GPG key
id: import_gpg
Expand Down

0 comments on commit 7f0a6ac

Please sign in to comment.