Skip to content

Commit

Permalink
Update to Go v1.23.0 (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
doxavore authored Aug 14, 2024
1 parent 5ff841f commit a04e2a4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .mint/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tasks:
- key: golangci-lint
use: go
run: |
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v1.57.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo sh -s -- -b /usr/local/bin v${{ tasks.tool-versions.values.golangci-lint }}
- key: go-deps
use: [code, go]
Expand Down
8 changes: 7 additions & 1 deletion .mint/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,16 @@ tasks:
echo "${{ init.version }}" | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' || (echo "Version number is not formatted as vX.X.X" && false)
fi
- key: tool-versions
use: code
call: mint/tool-versions 1.0.1
filter:
- .tool-versions

- key: go
call: mint/install-go 1.0.6
with:
go-version: 1.22.1
go-version: ${{ tasks.tool-versions.values.golang }}

- key: extract-version-details
after: verify-inputs
Expand Down
4 changes: 2 additions & 2 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
golang 1.22.1
golangci-lint 1.57.1
golang 1.23.0
golangci-lint 1.60.1

0 comments on commit a04e2a4

Please sign in to comment.