We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db4e408 + 21f679f commit 233d628Copy full SHA for 233d628
2 files changed
Dockerfile
@@ -15,7 +15,7 @@
15
# See the License for the specific language governing permissions and
16
# limitations under the License.
17
18
-FROM golang:1.22 AS builder
+FROM golang:1.23 AS builder
19
20
WORKDIR /workspace
21
go.mod
@@ -1,8 +1,6 @@
1
module github.com/NearNodeFlash/nnf-ec
2
3
-go 1.22.0
4
-
5
-toolchain go1.22.5
+go 1.23.9
6
7
require (
8
github.com/HewlettPackard/structex v1.0.4
0 commit comments