Skip to content

Commit

Permalink
Merge pull request #254 from liquibase/feature/go-1.20
Browse files Browse the repository at this point in the history
Feature/go 1.20
  • Loading branch information
mcred authored May 17, 2023
2 parents 85aa204 + 687afa1 commit b323295
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'
go-version: '^1.20'

- name: Setup GO environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'
go-version: '^1.20'

- name: Setup GO environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '^1.19.0'
go-version: '^1.20'

- name: Setup GO environment
run: |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module package-manager

go 1.19
go 1.20

require (
github.com/google/go-github/v39 v39.2.0
Expand Down
2 changes: 1 addition & 1 deletion internal/app/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit b323295

Please sign in to comment.