Skip to content

Releases: dominikh/go-tools

Staticcheck 2022.1.1 (v0.3.1)

24 Apr 01:49
2022.1.1
Compare
Choose a tag to compare

This release addresses the following false positives, crashes, and infinite loops:

Staticcheck 2022.1 (v0.3.0)

30 Mar 00:59
2022.1
Compare
Choose a tag to compare

Staticcheck 2022.1 adds support for Go 1.18 and generics, adds and tweaks some checks, and introduces the new -matrix and -merge flags.

Read the full release notes at https://staticcheck.io/changes/2022.1

Staticcheck 2021.1.2 (v0.2.2)

11 Nov 14:27
2021.1.2
Compare
Choose a tag to compare

This release fixes some false positives and crashes.

Read the full release notes at https://staticcheck.io/changes/2021.1/#2021.1.2

Staticcheck 2021.1.1 (v0.2.1)

16 Aug 23:41
2021.1.1
Compare
Choose a tag to compare

This release adds support for new language features in Go 1.17, namely conversions from slices to array pointers, the unsafe.Add function, and the unsafe.Slice function.

Additionally, it fixes some false positives.

Read the full release notes at https://staticcheck.io/changes/2021.1#2021.1.1

Staticcheck 2021.1 (v0.2.0)

25 May 14:43
2021.1
Compare
Choose a tag to compare

Staticcheck 2020.2.4 (v0.1.4)

01 May 22:12
2020.2.4
Compare
Choose a tag to compare

This release fixes a crash and some false positives.

Read the full release notes at https://staticcheck.io/changes/2020.2#2020.2.4

Staticcheck 2020.2.3 (v0.1.3)

09 Mar 13:57
2020.2.3
Compare
Choose a tag to compare

This release fixes a false positive in U1000. See #942 for details.

Staticcheck 2020.2.2 (v0.1.2)

19 Feb 10:19
2020.2.2
Compare
Choose a tag to compare

This release fixes a rare crash in Staticcheck, reduces the number of false positives, and adds support for Go 1.16's io/fs.FileMode type.

Read the full release notes at https://staticcheck.io/changes/2020.2#2020.2.2

Staticcheck 2020.2.1 (v0.1.1)

20 Jan 12:25
2020.2.1
Compare
Choose a tag to compare

This release eliminates some false negatives as well as false positives, makes the staticcheck command less noisy and fixes a potential security issue.

See the full release notes at https://staticcheck.io/changes/2020.2#2020.2.1

Staticcheck 2020.2 (v0.1.0)

14 Dec 16:22
2020.2
Compare
Choose a tag to compare