diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-08-07 07:56:49 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-08-07 07:56:49 +0300 |
commit | 452b0d407689e32aba387ae39eeae1835848a199 (patch) | |
tree | fb1eaad92d4dbd02e04e6b378daf06396fa6f0df /.github/workflows/ci.yml | |
parent | d6d0d2ede6b14fb9261844bc8c68058baa4c9c04 (diff) | |
download | go-metatrader4-452b0d407689e32aba387ae39eeae1835848a199.tar.xz go-metatrader4-452b0d407689e32aba387ae39eeae1835848a199.zip |
Update dependency go to v1.24.6 (#11)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce25d60..139251f 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.5" + go-version: "1.24.6" - 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.5" + go-version: "1.24.6" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: |