Skip to content

Commit

Permalink
Add and use Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
misery committed Feb 2, 2023
1 parent 28eb1dc commit f45cdb4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17, 1.18, 1.19]
go-version: [1.17, 1.18, 1.19, '1.20']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gorelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: '1.20'
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
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.19-alpine AS builder
FROM golang:1.20-alpine AS builder

WORKDIR /src
COPY main.go go.mod go.sum /src/
Expand Down

0 comments on commit f45cdb4

Please sign in to comment.