Skip to content

Commit

Permalink
Merge pull request #10 from webhippie/renovate/major-major-versions
Browse files Browse the repository at this point in the history
deps(major): update major versions (major)
  • Loading branch information
tboerger committed Mar 3, 2023
2 parents 56284de + 22c78c0 commit 3e43c8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.19.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Setup golang
id: golang
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.19.0

Expand Down

0 comments on commit 3e43c8e

Please sign in to comment.