aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-08-07 07:56:49 +0300
committerGitHub <noreply@github.com>2025-08-07 07:56:49 +0300
commit452b0d407689e32aba387ae39eeae1835848a199 (patch)
treefb1eaad92d4dbd02e04e6b378daf06396fa6f0df /.github/workflows/ci.yml
parentd6d0d2ede6b14fb9261844bc8c68058baa4c9c04 (diff)
downloadgo-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.yml4
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: