Skip to content

Commit

Permalink
upgrade go and tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-m committed May 19, 2024
1 parent 7605660 commit b35c6c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.PHONY: format lint test test_more bench check build_host build_arm64 docker_build docker_lint docker_test docker_test_more docker_bench clean run_confighelper run_camera run_videofile list

# https://hub.docker.com/_/debian
DOCKER_BASE_IMAGE = debian:bullseye-20240423
DOCKER_BASE_IMAGE = bullseye-20240513
# https://go.dev/dl/
GO_VERSION = 1.22.2
GO_ARCHIVE_SHA256 = 5901c52b7a78002aeff14a21f93e0f064f74ce1360fce51c6ee68cd471216a17
GO_VERSION = 1.22.3
GO_ARCHIVE_SHA256 = 8920ea521bad8f6b7bc377b4824982e011c19af27df88a815e3586ea895f1b36
# https://github.com/dominikh/go-tools/releases
GO_STATICCHECK_VERSION = 2023.1.7

Expand Down

0 comments on commit b35c6c0

Please sign in to comment.