Skip to content

Commit 056dd34

Browse files
committed
NOISSUE - Fix actions versions
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
1 parent 623b991 commit 056dd34

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/api-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Install Go
4747
uses: actions/setup-go@v5
4848
with:
49-
go-version: 1.24x
49+
go-version: 1.24.x
5050
cache-dependency-path: "go.sum"
5151

5252
- name: Build images

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Go
2525
uses: actions/setup-go@v5
2626
with:
27-
go-version: 1.24x
27+
go-version: 1.24.x
2828
cache-dependency-path: "go.sum"
2929

3030
- name: Run tests

.github/workflows/check-generated-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Go
2222
uses: actions/setup-go@v5
2323
with:
24-
go-version: 1.24x
24+
go-version: 1.24.x
2525
cache-dependency-path: "go.sum"
2626

2727
- name: Check for changes in go.mod

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Setup Go
6464
uses: actions/setup-go@v5
6565
with:
66-
go-version: 1.24x
66+
go-version: 1.24.x
6767
cache-dependency-path: "go.sum"
6868

6969
- name: Check for changes in specific paths

0 commit comments

Comments
 (0)