Bump to current Go version. (#125)

* Bump to current Go verion.

* Bump Go in test and build environment.
This commit is contained in:
Alex Kubacki
2023-04-14 09:05:35 -06:00
committed by GitHub
parent 5bc29852b4
commit 10103b6a45
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ jobs:
- name: install golang
uses: actions/setup-go@v2
with:
go-version: 1.18.x
go-version: 1.20.x
- name: checkout code
uses: actions/checkout@v2

View File

@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.17.x, 1.18.x]
go-version: [1.19.x, 1.20.x]
steps:
- name: install golang

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/aptible/supercronic
go 1.18
go 1.20
require (
github.com/evalphobia/logrus_sentry v0.8.2