Skip to content

Commit 233d628

Browse files
authored
Merge pull request #142 from NearNodeFlash/use-go123
Use Go 1.23
2 parents db4e408 + 21f679f commit 233d628

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717

18-
FROM golang:1.22 AS builder
18+
FROM golang:1.23 AS builder
1919

2020
WORKDIR /workspace
2121

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/NearNodeFlash/nnf-ec
22

3-
go 1.22.0
4-
5-
toolchain go1.22.5
3+
go 1.23.9
64

75
require (
86
github.com/HewlettPackard/structex v1.0.4

0 commit comments

Comments
 (0)