Skip to content

Commit

Permalink
bump: go 1.19 to 1.20 (notaryproject#538)
Browse files Browse the repository at this point in the history
Fixes notaryproject#535 (Bump up golang to 1.20)

Signed-off-by: alok-n2020 <[email protected]>
  • Loading branch information
mintbomb27 authored Feb 6, 2023
1 parent f463f0c commit 5c27944
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.19]
go-version: ['1.20']
fail-fast: true
steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
security-events: write
strategy:
matrix:
go-version: [1.19]
go-version: ['1.20']
fail-fast: false
steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go-version: [1.19]
go-version: ['1.20']
fail-fast: true
steps:
- name: Set up Go ${{ matrix.go-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go-version: [1.19]
go-version: ['1.20']
fail-fast: true
steps:
- name: Set up Go ${{ matrix.go-version }}
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 github.com/notaryproject/notation

go 1.19
go 1.20

require (
github.com/docker/docker-credential-helpers v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/notaryproject/notation/test/e2e

go 1.19
go 1.20

require (
github.com/notaryproject/notation-core-go v1.0.0-rc.1
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/plugin/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/notaryproject/notation/test/e2e/plugin

go 1.19
go 1.20

require (
github.com/golang-jwt/jwt v3.2.2+incompatible
Expand Down

0 comments on commit 5c27944

Please sign in to comment.