Skip to content

Commit

Permalink
Merge pull request #751 from comdex-official/golang-ver
Browse files Browse the repository at this point in the history
update golang version on jobs to 1.19
  • Loading branch information
dheerajkd30 authored Apr 20, 2023
2 parents d28f851 + 8c5cbba commit 9037b8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.19
go-version: 1.19
id: go

- name: Check out code into the Go module directory˛˜
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/[email protected]
with:
go-version: ^1.19
go-version: 1.19
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 9037b8a

Please sign in to comment.