summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2025-06-05 01:00:32 +0300
committerGitHub <noreply@github.com>2025-06-05 01:00:32 +0300
commit084efb9167c16114487f74e3043fbd8da0669e09 (patch)
tree71b835f127377849613651d5253697d06b679b8b
parent78e99bdb7590cf9c1322a5e787eff1412b594416 (diff)
parente76b35c45e9ba983f39d91b06dabd4f1c5686081 (diff)
downloadgo-metatrader4-084efb9167c16114487f74e3043fbd8da0669e09.tar.xz
go-metatrader4-084efb9167c16114487f74e3043fbd8da0669e09.zip
Merge pull request #6 from valentineus/renovate/all-digest
Update dependency go to v1.24.3
-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 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: