We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5f5b4 commit b854665Copy full SHA for b854665
.github/workflows/ci.yml
@@ -1,9 +1,9 @@
1
name: CI
2
on: [push, pull_request]
3
env:
4
- GO_VERSION: '1.23'
5
- STATIC_CHECK_VERSION: '2024.1.1'
6
- COUNT_LOC_DOCKER_IMAGE: 'aldanial/cloc:1.98'
+ GO_VERSION: '1.24'
+ STATIC_CHECK_VERSION: '2025.1'
+ COUNT_LOC_DOCKER_IMAGE: 'aldanial/cloc:2.04'
7
jobs:
8
statistics:
9
name: Statistics
.github/workflows/release.yml
@@ -6,7 +6,7 @@ on:
description: 'Release id (tag name)'
required: true
10
11
create_release:
12
name: Create release draft
0 commit comments