diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-07 04:17:02 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-07 04:17:02 +0300 |
commit | 0dad8875aceaae220aac6c6659d9261be528daf4 (patch) | |
tree | 21f1fb9af0360bf6c0255a5a6e3a878f880b6659 | |
parent | e287424387d69870370173ae3882ce9424df7333 (diff) | |
download | go-metatrader4-0dad8875aceaae220aac6c6659d9261be528daf4.tar.xz go-metatrader4-0dad8875aceaae220aac6c6659d9261be528daf4.zip |
Update all digest updates (#8)v1.0.0
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/ci.yml | 4 | ||||
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 25f99b3..0c0d00f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.24.3" + go-version: "1.24.4" - name: Cache Go modules uses: actions/cache@v4 with: @@ -51,7 +51,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: "1.24.3" + go-version: "1.24.4" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: @@ -2,4 +2,4 @@ module go.popov.link/metatrader4 go 1.24.2 -require golang.org/x/text v0.25.0 +require golang.org/x/text v0.26.0 @@ -1,2 +1,4 @@ golang.org/x/text v0.25.0 h1:qVyWApTSYLk/drJRO5mDlNYskwQznZmkpV2c8q9zls4= golang.org/x/text v0.25.0/go.mod h1:WEdwpYrmk1qmdHvhkSTNPm3app7v4rsT8F2UD6+VHIA= +golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M= +golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA= |