Skip to content

Commit

Permalink
Merge pull request #302 from liquibase/feature/bump-go-1.21
Browse files Browse the repository at this point in the history
bump go version
  • Loading branch information
mcred authored Oct 27, 2023
2 parents ab72430 + 04ac03b commit 7fa3818
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.20'
go-version: '^1.21'

- 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.20'
go-version: '^1.21'

- 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.20'
go-version: '^1.21'

- name: Setup GO environment
run: |
Expand Down
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.20
go 1.21

require (
github.com/google/go-github/v39 v39.2.0
Expand Down

0 comments on commit 7fa3818

Please sign in to comment.