forked from Ivasoft/objectivefs-docker-volume
Upgrade to Go 1.21 to have slices
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20-bullseye AS builder
|
||||
FROM golang:1.21-bullseye AS builder
|
||||
|
||||
WORKDIR /usr/local/src/objectivefs-docker-volume
|
||||
COPY go.* ./
|
||||
|
||||
2
go.mod
2
go.mod
@@ -1,6 +1,6 @@
|
||||
module git.ivasoft.cz/sw/objectivefs-docker-volume
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
github.com/boltdb/bolt v1.3.1
|
||||
|
||||
Reference in New Issue
Block a user