Skip to content

Commit

Permalink
Bump minimum Go version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 29, 2024
1 parent 9641172 commit e64dceb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 600 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.18
uses: actions/setup-go@v5
with:
go-version: 1.13
go-version: 1.18
id: go

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

go 1.13
go 1.18

require github.com/smartystreets/goconvey v1.8.1

require (
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
github.com/smarty/assertions v1.15.0 // indirect
)
Loading

0 comments on commit e64dceb

Please sign in to comment.