Skip to content

Commit

Permalink
Merge branch 'master' into refactor-header-constructor-function
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Jan 23, 2025
2 parents d3e44dc + a0e137a commit fd52c13
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-tags: true

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fetch-depth: 0

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/itests_race.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Go 1.22
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.x
check-latest: true
Expand Down

0 comments on commit fd52c13

Please sign in to comment.