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 287e6e9 + 2f44b6c commit fc9542fCopy full SHA for fc9542f
.github/actions/check/action.yml
@@ -6,7 +6,7 @@ runs:
6
- uses: actions/checkout@v3
7
- uses: actions/setup-go@v3
8
with:
9
- go-version: 1.18
+ go-version: 1.23
10
- shell: bash
11
run: make build
12
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18 as builder
+FROM golang:1.23 as builder
2
RUN mkdir /app
3
WORKDIR /app
4
COPY . .
Dockerfile.dev
-FROM golang:1.18 as build
+FROM golang:1.23 as build
RUN go install github.com/cortesi/modd/cmd/modd@latest
COPY go.mod .
go.mod
@@ -1,6 +1,6 @@
module github.com/devict/job-board
-go 1.18
+go 1.23
5
require (
github.com/DATA-DOG/go-sqlmock v1.5.0
0 commit comments