diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2025-06-05 00:59:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-05 00:59:15 +0300 |
commit | e76b35c45e9ba983f39d91b06dabd4f1c5686081 (patch) | |
tree | 71b835f127377849613651d5253697d06b679b8b /.github | |
parent | 78e99bdb7590cf9c1322a5e787eff1412b594416 (diff) | |
download | go-metatrader4-e76b35c45e9ba983f39d91b06dabd4f1c5686081.tar.xz go-metatrader4-e76b35c45e9ba983f39d91b06dabd4f1c5686081.zip |
Update dependency go to v1.24.3
Diffstat (limited to '.github')
-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 d7238da..bc5e2ce 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.2' + go-version: '1.24.3' - name: Cache Go modules uses: actions/cache@v4 with: @@ -47,7 +47,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '1.24.2' + go-version: '1.24.3' - name: Run golangci-lint uses: golangci/golangci-lint-action@v8 with: |