Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

Commit 4c07a9b

Browse files
authored
Merge pull request #8 from Barzahlen/update_go_to_1_13_3
Updated go version to 1.13.3
2 parents ceb2ad3 + 2875dba commit 4c07a9b

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [2.0.3] - 2019-10-25
6+
- Updated Go version to 1.13.3
7+
- Updated license and copyright information
8+
59
## [2.0.2] - 2019-06-03
610
- Removed bl.spamcannibal.org due to unreachability/unrealiability
711
- Updated Go version from 1.12.4 to 1.12.5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12.5
1+
FROM golang:1.13.3
22

33
ENV GOPACKAGE github.com/Barzahlen/nagios-dnsblklist
44

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2018 David Leib
3+
Copyright © 2018-2019 Cash Payment Solutions GmbH
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

cmd/check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+
// Copyright © 2018-2019 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

cmd/list.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+
// Copyright © 2018-2019 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

cmd/root.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+
// Copyright © 2018-2019 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal
@@ -103,7 +103,7 @@ ip-address is listed on a blacklist server.
103103
104104
The ip-address is checked against a list of all relevant blacklist servers.
105105
106-
Current Version: 2.0.1`,
106+
Current Version: 2.0.3`,
107107
// Uncomment the following line if your bare application
108108
// has an action associated with it:
109109
// Run: func(cmd *cobra.Command, args []string) { },

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright © 2018 David Leib <david.leib@barzahlen.de>
1+
// Copyright © 2018-2019 Cash Payment Solutions GmbH
22
//
33
// Permission is hereby granted, free of charge, to any person obtaining a copy
44
// of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)