Skip to content

Commit

Permalink
feat: update go support window to [1.19, 1.20] (#442)
Browse files Browse the repository at this point in the history
Update Go support window to [1.19, 1.20]

Fixes: #425
Signed-off-by: Asmit2952 <[email protected]>
  • Loading branch information
asmitbm authored Feb 13, 2023
1 parent f194a1e commit d54f32b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.18, 1.19]
go-version: ['1.19', '1.20']
fail-fast: true
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
security-events: write
strategy:
matrix:
go-version: [1.18, 1.19]
go-version: ['1.19', '1.20']
fail-fast: false
steps:
- name: Checkout repository
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 oras.land/oras-go/v2

go 1.18
go 1.19

require (
github.com/opencontainers/go-digest v1.0.0
Expand Down

0 comments on commit d54f32b

Please sign in to comment.