Skip to content

Commit

Permalink
Bump minimum Go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 29, 2024
1 parent 9641172 commit a2cee5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
os: [macOS-latest, windows-latest, ubuntu-latest]

steps:
- name: Set up Go 1.13
- name: Set up Go 1.16
uses: actions/setup-go@v5
with:
go-version: 1.13
go-version: 1.16
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/deluan/lookup

go 1.13
go 1.16

require github.com/smartystreets/goconvey v1.8.1

0 comments on commit a2cee5a

Please sign in to comment.