Skip to content

Commit 43e6842

Browse files
authored
build(go): shift Go support window to [1.23, 1.24] (#893)
1. Upgrading `go.mod` to `1.23` 2. Update go version window to `[1.23, 1.24]` for GitHub builds Resolves: #890 Signed-off-by: Lixia (Sylvia) Lei <[email protected]>
1 parent 58c3801 commit 43e6842

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
go-version: ['1.22', '1.23']
31+
go-version: ['1.23', '1.24']
3232
fail-fast: true
3333
steps:
3434
- name: Checkout

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
security-events: write
3636
strategy:
3737
matrix:
38-
go-version: ['1.22', '1.23']
38+
go-version: ['1.23', '1.24']
3939
fail-fast: false
4040
steps:
4141
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The ORAS Go library follows [Semantic Versioning](https://semver.org/), where br
2020
The version `2` is actively developed in the [`main`](https://github.com/oras-project/oras-go/tree/main) branch with all new features.
2121

2222
> [!Note]
23-
> The `main` branch follows [Go's Security Policy](https://github.com/golang/go/security/policy) and supports the two latest versions of Go (currently `1.22` and `1.23`).
23+
> The `main` branch follows [Go's Security Policy](https://github.com/golang/go/security/policy) and supports the two latest versions of Go (currently `1.23` and `1.24`).
2424
2525
Examples for common use cases can be found below:
2626

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module oras.land/oras-go/v2
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/opencontainers/go-digest v1.0.0

0 commit comments

Comments
 (0)