Skip to content

Commit

Permalink
upgrade go to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen committed Apr 24, 2024
1 parent dcd174f commit 8c37c47
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'

- uses: dorny/paths-filter@v3
id: changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'

- uses: actions/cache@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/docs/reference/deploy/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ binary and not the whole build environment. However, you need to have some
extra steps in place, such as copying SSL certificates.

```dockerfile
FROM golang:1.19.5-buster as builder
FROM golang:1.21.5-buster as builder

WORKDIR /workspace

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/steebchen/prisma-client-go

go 1.18
go 1.21

require (
github.com/joho/godotenv v1.5.1
Expand Down

0 comments on commit 8c37c47

Please sign in to comment.