Skip to content

Commit

Permalink
Bump CI versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jotaen committed Aug 17, 2024
1 parent 70da447 commit 0491ce1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: CI
on: [push, pull_request]
env:
GO_VERSION: '1.22'
STATIC_CHECK_VERSION: '2023.1.6'
GO_VERSION: '1.23'
STATIC_CHECK_VERSION: '2024.1.1'
COUNT_LOC_DOCKER_IMAGE: 'aldanial/cloc:1.98'
jobs:
statistics:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
description: 'Release id (tag name)'
required: true
env:
GO_VERSION: '1.22'
GO_VERSION: '1.23'
jobs:
create_release:
name: Create release draft
Expand Down

0 comments on commit 0491ce1

Please sign in to comment.