Skip to content

Commit

Permalink
[updatecli][githubrelease] Bump version to 1.20.7 (#97)
Browse files Browse the repository at this point in the history
# [updatecli][githubrelease] Bump version to 1.20.7




## Report

	Source:
		✔ [gomod] Get version in go.mod format(shell)
		✔ [latestGoVersion] Get Latest Go Release(githubrelease)
		✔ [minor] Get minor version in .go-version(shell)


	Condition:
		✔ [dockerTag] Is docker image golang:1.20.7 published(dockerimage)
✔ [goDefaultVersion-check] Check if defined golang version
differs(shell)

	Target:
		⚠ [update-go-version] Update .go-version(file)
		⚠ [update-golang.ci] Update .golangci.yml(file)
		✔ [update-gomod] Update go.mod(file)




## Changelog

<details><summary>Click to expand</summary>

````

no GitHub Release found for go1.20.7 on "https://github.com/golang/go"

````

</details>

## Remark

This pull request was automatically created using
[Updatecli](https://www.updatecli.io).

Please report any issues with this tool
[here](https://github.com/updatecli/updatecli/issues/)

---------

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
github-actions[bot] and apmmachine authored Aug 9, 2023
1 parent 2a18c89 commit 2ec06fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.6
1.20.7
8 changes: 4 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ linters-settings:

gosimple:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"

nakedret:
# make an issue if func has more lines of code than this setting and it has naked returns; default is 30
Expand All @@ -115,17 +115,17 @@ linters-settings:

staticcheck:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"
checks: ["all"]

stylecheck:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"
checks: ["all"]

unused:
# Select the Go version to target. The default is '1.13'.
go: "1.20.6"
go: "1.20.7"

gosec:
excludes:
Expand Down

0 comments on commit 2ec06fc

Please sign in to comment.