Skip to content

Commit

Permalink
Merge branch 'main' into dp/update-github-action
Browse files Browse the repository at this point in the history
  • Loading branch information
devesh711 authored Oct 14, 2024
2 parents 7d30d27 + fc9542f commit cc8e406
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.23
- shell: bash
run: make build
- shell: bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as builder
FROM golang:1.23 as builder
RUN mkdir /app
WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18 as build
FROM golang:1.23 as build
RUN go install github.com/cortesi/modd/cmd/modd@latest
WORKDIR /app
COPY go.mod .
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/devict/job-board

go 1.18
go 1.23

require (
github.com/DATA-DOG/go-sqlmock v1.5.0
Expand Down

0 comments on commit cc8e406

Please sign in to comment.