Skip to content

Commit

Permalink
Golang dependency update (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph authored Aug 23, 2024
1 parent d655eb1 commit 1caf22f
Show file tree
Hide file tree
Showing 9 changed files with 566 additions and 665 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23

- id: go-cache-paths
run: |
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: Set Node version
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- id: go-cache-paths
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- id: go-cache-paths
run: |
echo "::set-output name=go-build::$(go env GOCACHE)"
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v1
with:
Expand All @@ -184,7 +184,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v3
- name: Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-image-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: 1.22.1
go-version: 1.23
- name: ⬇️ Check out code into the Go module directory
uses: actions/checkout@v3
with:
Expand Down
Loading

0 comments on commit 1caf22f

Please sign in to comment.