2
mirror of https://github.com/digineat/go-metatrader4.git synced 2026-05-21 01:53:44 +04:00

Update dependency go to v1.26.3 (#46)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-08 10:15:15 +00:00
committed by GitHub
parent 31a404d65e
commit ba4ee501ed
+2 -2
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.26.2"
go-version: "1.26.3"
- name: Cache Go modules
uses: actions/cache@v5
with:
@@ -51,7 +51,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: "1.26.2"
go-version: "1.26.3"
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9
with: