diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-07-11 15:56:33 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-11 15:56:33 +0300 |
commit | d6d0d2ede6b14fb9261844bc8c68058baa4c9c04 (patch) | |
tree | 7f8c733f95dea34fb4a811777b6d45ee5f6e639d | |
parent | bf914a1498a69af229a66f78922c8b33c498c8f7 (diff) | |
download | go-metatrader4-d6d0d2ede6b14fb9261844bc8c68058baa4c9c04.tar.xz go-metatrader4-d6d0d2ede6b14fb9261844bc8c68058baa4c9c04.zip |
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 0c0d00f..ce25d60 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.4" + go-version: "1.24.5" - 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.4" + go-version: "1.24.5" - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: |