Skip to content

Commit

Permalink
Changed everything to 1.21 instead of 1.21.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebiWrn committed Dec 13, 2023
1 parent 4377ed2 commit 30995bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters:
fast: false

run:
go: '1.21.5'
go: '1.21'
timeout: 10m
skip-dirs:
- node_modules
Expand Down Expand Up @@ -67,7 +67,7 @@ linters-settings:
- name: modifies-value-receiver
gofumpt:
extra-rules: false
lang-version: "1.21.5"
lang-version: "1.21"

issues:
max-issues-per-linter: 0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TUM-Dev/gocast

go 1.21.5
go 1.21

require (
github.com/RBG-TUM/CAMPUSOnline v0.0.0-20230412070523-8db58ed5c0b4
Expand Down
4 changes: 2 additions & 2 deletions go.work
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
go 1.21.5
go 1.21

toolchain go1.21.5
toolchain go1.21

use (
.
Expand Down
2 changes: 1 addition & 1 deletion worker/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/TUM-Dev/gocast/worker

go 1.21.5
go 1.21

// Direct dependencies
require (
Expand Down

0 comments on commit 30995bd

Please sign in to comment.