merge: Sync develop with master #37

Merged
eva merged 15 commits from master into develop 2026-09-02 13:41:20 -05:00
3 changed files with 18 additions and 0 deletions
Showing only changes of commit caa699c651 - Show all commits
+6
View File
@@ -14,6 +14,8 @@ jobs:
- name: Setup go - name: Setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -43,6 +45,8 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -75,6 +79,8 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
+6
View File
@@ -15,6 +15,8 @@ jobs:
- name: Setup go - name: Setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -44,6 +46,8 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -76,6 +80,8 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
+6
View File
@@ -16,6 +16,8 @@ jobs:
- name: Setup go - name: Setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -45,6 +47,8 @@ jobs:
- name: Set up go - name: Set up go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'
check-latest: true check-latest: true
@@ -75,6 +79,8 @@ jobs:
- name: Setup go - name: Setup go
uses: actions/setup-go@v5 uses: actions/setup-go@v5
volumes:
- act-toolcache:/toolcache
with: with:
go-version-file: 'go.mod' go-version-file: 'go.mod'