Skip to content

Commit

Permalink
bump go to 1.19 (#380)
Browse files Browse the repository at this point in the history
* bump go to 1.19

* go fmt
  • Loading branch information
JohnRoesler committed Aug 23, 2022
1 parent 0099be0 commit 5d9071a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.16
- 1.19
name: lint and test
runs-on: ubuntu-latest
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.2.0
with:
version: v1.38.0
version: v1.48.0
- name: Install Go
uses: actions/setup-go@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/go-co-op/gocron

go 1.17
go 1.19

require (
github.com/robfig/cron/v3 v3.0.1
Expand Down
1 change: 0 additions & 1 deletion gocron.go
Expand Up @@ -3,7 +3,6 @@
// An in-process scheduler for periodic jobs that uses the builder pattern
// for configuration. gocron lets you run Golang functions periodically
// at pre-determined intervals using a simple, human-friendly syntax.
//
package gocron

import (
Expand Down

0 comments on commit 5d9071a

Please sign in to comment.