Skip to content

Commit

Permalink
Bump GOLANG_VERSION to v1.20.4
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Jan 28, 2024
1 parent 82cdcaf commit 84ae6d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.devel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ARG GOLANG_VERSION=1.20.1
ARG GOLANG_VERSION=1.20.4
FROM golang:${GOLANG_VERSION}

RUN go install golang.org/x/lint/golint@6edffad5e6160f5949cdefc81710b2706fbcd4f6
Expand Down
2 changes: 1 addition & 1 deletion versions.mk
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSION ?= v0.5.5
vVERSION := v$(VERSION:v%=%)

CUDA_VERSION := 12.2.2
GOLANG_VERSION := 1.20.1
GOLANG_VERSION := 1.20.4

NVIDIA_CTK_VERSION := v1.13.4

Expand Down

0 comments on commit 84ae6d4

Please sign in to comment.