Skip to content

Commit

Permalink
Update to golang 1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sblaisot committed Mar 6, 2024
1 parent ecffa74 commit 8c75e63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
go-version: "1.22.x"
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/packaging/installrequirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

GOVERSION="${GOVERSION:-1.22.0}"
GOVERSION="${GOVERSION:-1.22.1}"

cd "$(dirname $0)/../.."
if [ -f debian/changelog ]; then
Expand Down

0 comments on commit 8c75e63

Please sign in to comment.