NOISSUE - Update Actions Go version

Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
This commit is contained in:
Dusan Borovcanin
2025-04-01 13:32:59 +02:00
parent 3fd1e3c503
commit 1d3515e667
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.24.x
cache-dependency-path: "go.sum"
- name: Run tests
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.24.x
cache-dependency-path: "go.sum"
- name: Fetch SuperMQ