mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-03 16:59:12 +02:00
upgrade to go 1.18.
This commit is contained in:
parent
2aec417fa8
commit
c48309b648
3 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# STAGE 1: SERVER
|
||||
#
|
||||
FROM golang:1.17-bullseye as server
|
||||
FROM golang:1.18-bullseye as server
|
||||
WORKDIR /src
|
||||
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#
|
||||
# STAGE 1: SERVER
|
||||
#
|
||||
FROM arm32v7/golang:1.17-buster as server
|
||||
FROM arm32v7/golang:1.18-buster as server
|
||||
WORKDIR /src
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
module m1k1o/neko
|
||||
|
||||
go 1.17
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/fsnotify/fsnotify v1.5.4 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue