mirror of
https://github.com/valentineus/go-metatrader4.git
synced 2025-09-18 17:50:29 +03:00
Compare commits
5 Commits
0920a88f2d
...
master
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7fe3c29a1a | ||
![]() |
da6a5d89b7 | ||
![]() |
4afa2d5fa0 | ||
![]() |
9168227401 | ||
![]() |
b6d3cebcb9 |
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v5
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.24.6"
|
||||
go-version: "1.25.1"
|
||||
- name: Cache Go modules
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
@@ -49,9 +49,9 @@ jobs:
|
||||
- name: Check out code
|
||||
uses: actions/checkout@v5
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: "1.24.6"
|
||||
go-version: "1.25.1"
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
with:
|
||||
|
2
go.mod
2
go.mod
@@ -2,4 +2,4 @@ module github.com/digineat/go-metatrader4
|
||||
|
||||
go 1.24.2
|
||||
|
||||
require golang.org/x/text v0.28.0
|
||||
require golang.org/x/text v0.29.0
|
||||
|
2
go.sum
2
go.sum
@@ -1,2 +1,4 @@
|
||||
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
|
||||
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
|
||||
golang.org/x/text v0.29.0 h1:1neNs90w9YzJ9BocxfsQNHKuAT4pkghyXc4nhZ6sJvk=
|
||||
golang.org/x/text v0.29.0/go.mod h1:7MhJOA9CD2qZyOKYazxdYMF85OwPdEr9jTtBpO7ydH4=
|
||||
|
Reference in New Issue
Block a user