Skip to content

Commit

Permalink
upgrade golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Jan 29, 2024
1 parent f9eb8ed commit 1937f3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21.6
- name: Set up gotestfmt
uses: gotesttools/gotestfmt-action@v2
- uses: actions/cache@v2
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21.6
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module go.arcalot.io/log/v2

go 1.18
go 1.21.6

0 comments on commit 1937f3f

Please sign in to comment.