Skip to content

Commit

Permalink
use go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dmke committed Oct 10, 2022
1 parent 0fa43a9 commit 369656f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/Dockerfile.release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19
ARG IS_RELEASE=0
FROM golang:${GO_VERSION}-bullseye as builder

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
options: [dev, release]

env:
GO_VERSION: "1.18"
GO_VERSION: "1.19"

jobs:
goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
pull_request:

env:
GO_VERSION: "1.18"
GO_VERSION: "1.19"

jobs:
test:
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/digineo/texd

go 1.18
go 1.19

require (
github.com/bahlo/generic-list-go v0.2.0
Expand Down

0 comments on commit 369656f

Please sign in to comment.