Skip to content

Commit

Permalink
PMM-7 Update go.mod (#127)
Browse files Browse the repository at this point in the history
* Update go.mod

* Update go.yml
  • Loading branch information
BupycHuk authored Oct 16, 2024
1 parent 8269ea7 commit bba57b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
PROXYSQL_IMAGE: ${{ matrix.proxysql-image }}
run: |
docker --version
docker-compose --version
docker-compose up -d
docker compose --version
docker compose up -d
make testall
- name: Run debug commands on failure
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/percona/proxysql_exporter

go 1.20
go 1.23

require (
github.com/go-kit/log v0.2.1
Expand Down

0 comments on commit bba57b9

Please sign in to comment.