Skip to content

Commit

Permalink
Bump to current Go version. (#125)
Browse files Browse the repository at this point in the history
* Bump to current Go verion.

* Bump Go in test and build environment.
  • Loading branch information
UserNotFound authored Apr 14, 2023
1 parent 5bc2985 commit 10103b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/aptible/supercronic

go 1.18
go 1.20

require (
github.com/evalphobia/logrus_sentry v0.8.2
Expand Down

0 comments on commit 10103b6

Please sign in to comment.