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 /.github/workflows | |
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>
Diffstat (limited to '.github/workflows')
-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 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: |