Skip to content

Commit

Permalink
Use Go 1.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbub committed Aug 31, 2021
1 parent 84d2dab commit 6a14839
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ clone:

steps:
- name: build
image: golang:1.16
image: golang:1.17
commands:
- go test -v ./...
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.0

- Use Go 1.17.

## v0.1.0

* Initial release.
- Initial release.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/jbub/podcasts

go 1.16
go 1.17

0 comments on commit 6a14839

Please sign in to comment.