Skip to content

Commit a689c3b

Browse files
chore(deps): update dependency go to v1.27.1 (#2084)
* chore(deps): update dependency go to v1.27.0 * chore(deps): update dependency go to v1.27.1 Signed-off-by: Catarina Paralta <clouropa@cisco.com> * chore(deps): update dependency golangci-lint to v2.13.2 Signed-off-by: Catarina Paralta <clouropa@cisco.com> * fix: linter errors Signed-off-by: Catarina Paralta <clouropa@cisco.com> --------- Signed-off-by: Catarina Paralta <clouropa@cisco.com> Co-authored-by: agntcy-automation[bot] <269490587+agntcy-automation[bot]@users.noreply.github.com> Co-authored-by: Catarina Paralta <clouropa@cisco.com>
1 parent e714716 commit a689c3b

37 files changed

Lines changed: 483 additions & 498 deletions

.github/actions/build-dirctl/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
go_version:
1414
description: Go version to use for building dirctl
1515
required: false
16-
default: "1.26.7"
16+
default: "1.27.1"
1717

1818
outputs:
1919
dirctl_path:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup Go
8282
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
8383
with:
84-
go-version: "1.26.7"
84+
go-version: "1.27.1"
8585
cache-dependency-path: "**/*.sum"
8686

8787
- name: Install Task
@@ -124,7 +124,7 @@ jobs:
124124
- name: Setup Go
125125
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
126126
with:
127-
go-version: "1.26.7"
127+
go-version: "1.27.1"
128128
cache-dependency-path: "**/*.sum"
129129

130130
- name: Install Task

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if: matrix.language == 'go'
7979
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
8080
with:
81-
go-version: "1.26.7"
81+
go-version: "1.27.1"
8282
cache: true
8383

8484
- name: Install Task

.github/workflows/dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Go
3232
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
3333
with:
34-
go-version: "1.26.7"
34+
go-version: "1.27.1"
3535
cache: true
3636
cache-dependency-path: "**/*.sum"
3737

.github/workflows/oidc-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: build-dirctl
4343
uses: ./.github/actions/build-dirctl
4444
with:
45-
go_version: "1.26.7"
45+
go_version: "1.27.1"
4646

4747
- name: Fetch GitHub OIDC token
4848
id: oidc

.github/workflows/reusable-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Go
4242
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4343
with:
44-
go-version: "1.26.7"
44+
go-version: "1.27.1"
4545
cache-dependency-path: "**/*.sum"
4646
cache: true # NOTE: Default value, just to be explicit
4747

.github/workflows/reusable-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Go
4747
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4848
with:
49-
go-version: "1.26.7"
49+
go-version: "1.27.1"
5050
cache-dependency-path: "**/*.sum"
5151
cache: true # NOTE: Default value, just to be explicit
5252

.github/workflows/reusable-test-e2e-cross-platform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Setup Go
3939
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
4040
with:
41-
go-version: "1.26.7"
41+
go-version: "1.27.1"
4242
cache-dependency-path: "**/*.sum"
4343
cache: true
4444

.github/workflows/reusable-test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Go
5555
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
5656
with:
57-
go-version: "1.26.7"
57+
go-version: "1.27.1"
5858
cache-dependency-path: "**/*.sum"
5959
cache: true
6060

.github/workflows/reusable-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Go
3636
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
3737
with:
38-
go-version: "1.26.7"
38+
go-version: "1.27.1"
3939
cache-dependency-path: "**/*.sum"
4040
cache: true # NOTE: Default value, just to be explicit
4141

0 commit comments

Comments
 (0)