Skip to content

Commit

Permalink
Maintenance updates
Browse files Browse the repository at this point in the history
- Update license year
- Update Github action to use go v1.22
  • Loading branch information
DerAndereAndi committed Feb 3, 2025
1 parent dd44eeb commit a3d7559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ^1.21
go-version: ^1.22

- name: Build
run: go build -v ./...
Expand All @@ -32,8 +32,6 @@ jobs:
uses: golangci/golangci-lint-action@master
with:
version: latest
skip-pkg-cache: true
skip-build-cache: true
args: --timeout=3m --issues-exit-code=0 ./...

- name: Test
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT license

Copyright (c) 2022 Andreas Linde & Timo Vogel
Copyright (c) 2022-2024 Andreas Linde
Copyright (c) 2022-2025 Andreas Linde

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit a3d7559

Please sign in to comment.