Skip to content

Commit

Permalink
change go version
Browse files Browse the repository at this point in the history
  • Loading branch information
Koryukov Ivan committed Oct 11, 2023
1 parent fc801b7 commit 7a2ab19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.21.3
go-version: 1.19.13
- name: Install dependencies
run: |
go get .
- name: Install tools
run: |
go install github.com/golang/mock/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ensi-platform/elc

go 1.21
go 1.19

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit 7a2ab19

Please sign in to comment.