Skip to content

Commit

Permalink
Merge pull request #257 from gridscale/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-go-5

Bump actions/setup-go from 2 to 5
  • Loading branch information
miha-m authored Feb 2, 2024
2 parents 4d7275f + 9b0358e commit 3199207
Show file tree
Hide file tree
Showing 25 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
GOPATH: /home/runner/go
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
GOPATH: /home/runner/go
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/filesystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ipv4_ipv6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/isoimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/loadbalancer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/marketplace_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memcached.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: https://api.gridscale.cloud
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mssql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql8_0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/network.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/object_storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/paas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: https://api.gridscale.cloud
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sshkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sslcert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ^1.17
id: go
Expand Down

0 comments on commit 3199207

Please sign in to comment.