Skip to content

Commit

Permalink
chore: lower go version
Browse files Browse the repository at this point in the history
  • Loading branch information
kujo205 committed May 21, 2024
1 parent d61198e commit c4a46ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
go mod download
go mod tidy
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v2
with:
go-version: '1.22'
go-version: '1.20'
- name: Running integration test
run: docker-compose -f docker-compose.yaml -f docker-compose.test.yaml up --exit-code-from test

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/KPI-kujo205/2course-golang-lab4

go 1.22
go 1.20

require (
github.com/jarcoal/httpmock v1.3.1 // indirect
Expand Down
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

0 comments on commit c4a46ca

Please sign in to comment.