Skip to content

Commit

Permalink
bumped go version to 1.21.6
Browse files Browse the repository at this point in the history
  • Loading branch information
LumePart committed Feb 1, 2024
1 parent 1c87262 commit bd57373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
go-version: '1.21.6'
- name: golangci-lint
uses: golangci/[email protected]
with:
Expand All @@ -41,7 +41,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v4
with:
go-version: '1.21.5'
go-version: '1.21.6'
- name: Get OS and arch info
run: |
GOOSARCH=${{matrix.goosarch}}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Explo

go 1.21

toolchain go1.21.1
toolchain go1.21.6

require (
github.com/ilyakaznacheev/cleanenv v1.5.0
Expand Down

0 comments on commit bd57373

Please sign in to comment.