Skip to content

Commit b854665

Browse files
committed
Upgrade build dependencies
1 parent 3d5f5b4 commit b854665

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: CI
22
on: [push, pull_request]
33
env:
4-
GO_VERSION: '1.23'
5-
STATIC_CHECK_VERSION: '2024.1.1'
6-
COUNT_LOC_DOCKER_IMAGE: 'aldanial/cloc:1.98'
4+
GO_VERSION: '1.24'
5+
STATIC_CHECK_VERSION: '2025.1'
6+
COUNT_LOC_DOCKER_IMAGE: 'aldanial/cloc:2.04'
77
jobs:
88
statistics:
99
name: Statistics

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
description: 'Release id (tag name)'
77
required: true
88
env:
9-
GO_VERSION: '1.23'
9+
GO_VERSION: '1.24'
1010
jobs:
1111
create_release:
1212
name: Create release draft

0 commit comments

Comments
 (0)