aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-07-11 15:56:33 +0300
committerGitHub <noreply@github.com>2025-07-11 15:56:33 +0300
commitd6d0d2ede6b14fb9261844bc8c68058baa4c9c04 (patch)
tree7f8c733f95dea34fb4a811777b6d45ee5f6e639d
parentbf914a1498a69af229a66f78922c8b33c498c8f7 (diff)
downloadgo-metatrader4-master.tar.xz
go-metatrader4-master.zip
Update dependency go to v1.24.5 (#10)HEADmasterHEAD
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 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: